AnimateEaseType enum

Inheritance

Constructors

AnimateEaseType()
const

Values

fadeIn → const AnimateEaseType
fadeOut → const AnimateEaseType
slideInLeft → const AnimateEaseType
slideOutLeft → const AnimateEaseType
slideInRight → const AnimateEaseType
slideOutRight → const AnimateEaseType
slideInTop → const AnimateEaseType
slideOutTop → const AnimateEaseType
slideInBottom → const AnimateEaseType
slideOutBottom → const AnimateEaseType
scaleUp → const AnimateEaseType
scaleDown → const AnimateEaseType
rotate → const AnimateEaseType
flipX → const AnimateEaseType
flipY → const AnimateEaseType
zoomIn → const AnimateEaseType
zoomOut → const AnimateEaseType
bounceIn → const AnimateEaseType
bounceOut → const AnimateEaseType
elasticIn → const AnimateEaseType
elasticOut → const AnimateEaseType
jitter → const AnimateEaseType
wiggle → const AnimateEaseType
pulse → const AnimateEaseType
expand → const AnimateEaseType
collapse → const AnimateEaseType
shake → const AnimateEaseType
swing → const AnimateEaseType
tada → const AnimateEaseType
wobble → const AnimateEaseType
jello → const AnimateEaseType
heartBeat → const AnimateEaseType
flash → const AnimateEaseType
rubberBand → const AnimateEaseType
headShake → const AnimateEaseType
squeeze → const AnimateEaseType
fadeInLeft → const AnimateEaseType
fadeInRight → const AnimateEaseType
fadeInUp → const AnimateEaseType
fadeInDown → const AnimateEaseType
fadeOutLeft → const AnimateEaseType
fadeOutRight → const AnimateEaseType
fadeOutUp → const AnimateEaseType
fadeOutDown → const AnimateEaseType
slideInLeftFade → const AnimateEaseType
slideInRightFade → const AnimateEaseType
slideInTopFade → const AnimateEaseType
slideInBottomFade → const AnimateEaseType
rotateIn → const AnimateEaseType
rotateOut → const AnimateEaseType
opacityInLeft → const AnimateEaseType
opacityInRight → const AnimateEaseType
opacityInUp → const AnimateEaseType
opacityInDown → const AnimateEaseType
translateInLeft → const AnimateEaseType
translateInRight → const AnimateEaseType
translateInUp → const AnimateEaseType
translateInDown → const AnimateEaseType
scatteredIn → const AnimateEaseType
particles → const AnimateEaseType
rainFall → const AnimateEaseType
rollInLeft → const AnimateEaseType
rollInRight → const AnimateEaseType
rollInUp → const AnimateEaseType
rollInDown → const AnimateEaseType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked 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

Constants

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