RelativeRectTween constructor

RelativeRectTween(
  1. {RelativeRect? begin,
  2. 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 });