RelativeRectTween constructor

RelativeRectTween({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({ RelativeRect begin, RelativeRect end })
  : super(begin: begin, end: end);