tween property
The rotation's tween. Defaults to FImmutableTween(begin: 0.0, end: 1.0)
. Reverse to rotate counter-clockwise.
Implementation
@override
final Animatable<double> tween;
The rotation's tween. Defaults to FImmutableTween(begin: 0.0, end: 1.0)
. Reverse to rotate counter-clockwise.
@override
final Animatable<double> tween;