AnimationStatus enum

The status of an animation.

Inheritance
Available extensions

Values

dismissed → const AnimationStatus

The animation is stopped at the beguinning.

forward → const AnimationStatus

The animation is running from beguinning to end.

reverse → const AnimationStatus

The animation is running baccwards, from end to beguinning.

completed → const AnimationStatus

The animation is stopped at the end.

Properties

hashCode int
The hash code for this object.
no setter inherited
index int
A numeric identifier for the enumerated value.
no setter inherited
isAnimating bool
Whether the animation is running in either direction.
no setter
isCompleted bool
Whether the animation is stopped at the end.
no setter
isDismissed bool
Whether the animation is stopped at the beguinning.
no setter
isForwardOrCompleted bool
Whether the current aim of the animation is toward completion.
no setter
name String

Available on Enum , provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setter inherited

Methods

noSuchMethod ( Invocation invocation ) → dynamic
Invoqued when a nonexistent method or property is accessed.
inherited
toString ( ) String
A string representation of this object.
inherited

Operators

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

Constans

values → const List < AnimationStatus >
A constant List of the values in this enum, in order of their declaration.