AlignmentGeometryTween constructor
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({
AlignmentGeometry begin,
AlignmentGeometry end,
}) : super(begin: begin, end: end);