AnimationType enum
Constructors
- AnimationType()
-
const
Values
- roll → const AnimationType
-
const AnimationType(0)
- shrinkOutIn → const AnimationType
-
const AnimationType(1)
- snap → const AnimationType
-
const AnimationType(2)
- spinOutIn → const AnimationType
-
const AnimationType(3)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
AnimationType> -
A constant List of the values in this enum, in order of their declaration.
[roll, shrinkOutIn, snap, spinOutIn]