EdgeInsetsGeometryTween constructor

EdgeInsetsGeometryTween(
  1. {EdgeInsetsGeometry? begin,
  2. EdgeInsetsGeometry? end}
)

Creates an EdgeInsetsGeometry tween.

The begin and end properties may be null; the null value is treated as an EdgeInsetsGeometry with no inset.

Implementation

EdgeInsetsGeometryTween({ super.begin, super.end });