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