RelativeRectTween constructor
- RelativeRect? begin,
- RelativeRect? end,
Creates a RelativeRect tween.
The begin and end properties may be null; the null value is treated as RelativeRect.fill.
Implementation
RelativeRectTween({ super.begin, super.end });