EdgeInsetsGeometryTween constructor
- EdgeInsetsGeometry? begin,
- 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 });