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