AnimationDirection enum
Similar to CSS and JS animations' animation-direction
.
Constructors
- AnimationDirection(String _value)
-
const
Values
- normal → const AnimationDirection
-
AnimationDirection('normal')
- reverse → const AnimationDirection
-
AnimationDirection('reverse')
- alternate → const AnimationDirection
-
AnimationDirection('alternate')
- alternateReverse → const AnimationDirection
-
AnimationDirection('alternate-reverse')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
AnimationDirection> - A constant List of the values in this enum, in order of their declaration.