tween property

  1. @override
Animatable<double> tween
final

The rotation's tween. Defaults to FImmutableTween(begin: 0.0, end: 1.0). Reverse to rotate counter-clockwise.

Implementation

@override
final Animatable<double> tween;