RectTween constructor

RectTween({
  1. Rect? begin,
  2. 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({ super.begin, super.end });