createRectTween property

CreateRectTween? createRectTween
final

Used to create RectTweens that interpolate the position of heroes in flight.

If null, the controller uses a linear RectTween.

Implementation

final CreateRectTween? createRectTween;