XAnimationType enum
Constants
- fadeIn → const XAnimationType
-
const XAnimationType(0)
- fadeInDown → const XAnimationType
-
const XAnimationType(2)
- fadeInDownBig → const XAnimationType
-
const XAnimationType(6)
- fadeInLeft → const XAnimationType
-
const XAnimationType(4)
- fadeInLeftBig → const XAnimationType
-
const XAnimationType(8)
- fadeInRight → const XAnimationType
-
const XAnimationType(5)
- fadeInRightBig → const XAnimationType
-
const XAnimationType(9)
- fadeInUp → const XAnimationType
-
const XAnimationType(3)
- fadeInUpBig → const XAnimationType
-
const XAnimationType(7)
- fadeOut → const XAnimationType
-
const XAnimationType(1)
- fadeOutDown → const XAnimationType
-
const XAnimationType(10)
- fadeOutDownBig → const XAnimationType
-
const XAnimationType(14)
- fadeOutLeft → const XAnimationType
-
const XAnimationType(12)
- fadeOutLeftBig → const XAnimationType
-
const XAnimationType(16)
- fadeOutRight → const XAnimationType
-
const XAnimationType(13)
- fadeOutRightBig → const XAnimationType
-
const XAnimationType(17)
- fadeOutUp → const XAnimationType
-
const XAnimationType(11)
- fadeOutUpBig → const XAnimationType
-
const XAnimationType(15)
-
values
→ const List<
XAnimationType> -
A constant List of the values in this enum, in order of their declaration.
const List<
XAnimationType>
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. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited