AnimatorState<T> class abstract

The state of Animator widget.

From the parameter defined in the Animator widget, it instantiates the animation.

Implementers

Constructors

AnimatorState()

Properties

animation Animation<T>
The Animation object
no setter
controller AnimationController
The AnimationController for an animation.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T
The value of the animation
no setter

Methods

getAnimation<R>(String name) Animation<R>
get the animation of provided name
getValue<R>(String name) → R
The value map of the Animator.tweenMap;
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetAnimation({Tween<T>? tween, Map<String, Tween<Object?>>? tweenMap, Duration? duration, Curve? curve, int? repeats, int? cycles}) → void
The state of Animator widget.
toString() String
A string representation of this object.
inherited
triggerAnimation({bool restart = false}) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited