animatable property
final
The animatable to drive repeatedly.
Typically this is a Tween or a TweenSequence, but any Animatable
that produces values of type T is accepted.
Implementation
final Animatable<T> animatable;
The animatable to drive repeatedly.
Typically this is a Tween or a TweenSequence, but any Animatable
that produces values of type T is accepted.
final Animatable<T> animatable;