AnimationStateEventManager class
Manager for animation state event listeners
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clearState(
AnimationState state) → void -
debugPrint(
) → void - Debug method to inspect current state of the manager
-
getStateListener(
AnimationState state) → AnimationStateListener? -
getTrackEntryListener(
AnimationState state, TrackEntry entry) → AnimationStateListener? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeTrackEntry(
AnimationState state, TrackEntry entry) → void -
setStateListener(
AnimationState state, AnimationStateListener? listener) → void -
setTrackEntryListener(
TrackEntry entry, AnimationStateListener? listener) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → AnimationStateEventManager
-
final