AwsAnimation enum

AwsAnimation contains all animations for AwsAniWidget.

Inheritance

Constructors

AwsAnimation()
const

Values

fadeIn → const AwsAnimation
fadeInDown → const AwsAnimation
fadeInDownBig → const AwsAnimation
fadeInUp → const AwsAnimation
fadeInUpBig → const AwsAnimation
fadeInLeft → const AwsAnimation
fadeInLeftBig → const AwsAnimation
fadeInRight → const AwsAnimation
fadeInRightBig → const AwsAnimation
fadeOut → const AwsAnimation
fadeOutDown → const AwsAnimation
fadeOutDownBig → const AwsAnimation
fadeOutUp → const AwsAnimation
fadeOutUpBig → const AwsAnimation
fadeOutLeft → const AwsAnimation
fadeOutLeftBig → const AwsAnimation
fadeOutRight → const AwsAnimation
fadeOutRightBig → const AwsAnimation
bounceInDown → const AwsAnimation
bounceInUp → const AwsAnimation
bounceInLeft → const AwsAnimation
bounceInRight → const AwsAnimation
elasticIn → const AwsAnimation
elasticInDown → const AwsAnimation
elasticInUp → const AwsAnimation
elasticInLeft → const AwsAnimation
elasticInRight → const AwsAnimation
slideInDown → const AwsAnimation
slideInUp → const AwsAnimation
slideInLeft → const AwsAnimation
slideInRight → const AwsAnimation
flipInX → const AwsAnimation
flipInY → const AwsAnimation
zoomIn → const AwsAnimation
zoomOut → const AwsAnimation
jelloIn → const AwsAnimation
bounce → const AwsAnimation
flash → const AwsAnimation
pulse → const AwsAnimation
swing → const AwsAnimation
spin → const AwsAnimation
spinPerfect → const AwsAnimation
dance → const AwsAnimation
roulette → const AwsAnimation

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<AwsAnimation>
A constant List of the values in this enum, in order of their declaration.