AlignmentTween constructor Null safety
Creates a fractional offset tween.
The begin and end properties may be null; the null value is treated as meaning the center.
Implementation
AlignmentTween({ super.begin, super.end });
Creates a fractional offset tween.
The begin and end properties may be null; the null value is treated as meaning the center.
AlignmentTween({ super.begin, super.end });