RectTween constructor

RectTween({Rect begin, Rect 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.

Implementation

RectTween({ Rect begin, Rect end }) : super(begin: begin, end: end);