RectTween constructor
Creates a Rect tween.
The begin
and end
properties may be null; the null value
is treated as an empty rect at the top left corner.
Implementation
RectTween({super.begin, super.end});
Creates a Rect tween.
The begin
and end
properties may be null; the null value
is treated as an empty rect at the top left corner.
RectTween({super.begin, super.end});