animatable property

Animatable<T> animatable
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;