AnimationType enum
Clasificamos de manera personalizada, para utilizarlo despues Tipos de animaciones
Constructors
- AnimationType()
-
const
Values
- normal → const AnimationType
-
const AnimationType(0)
- fadeIn → const AnimationType
-
const AnimationType(1)
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.
[normal, fadeIn]