UasAnimation enum

List of available transition animations

Inheritance

Constructors

UasAnimation()
const

Values

native → const UasAnimation
fadeIn → const UasAnimation
leftToRight → const UasAnimation
rightToLeft → const UasAnimation
topToBottom → const UasAnimation
bottomToTop → const UasAnimation
scaleUp → const UasAnimation
rotateUp → const UasAnimation
rotateFromTopLeft → const UasAnimation
rotateFromTopCenter → const UasAnimation
rotateFromTopRight → const UasAnimation
rotateFromCenterLeft → const UasAnimation
rotateFromCenter → const UasAnimation
rotateFromCenterRight → const UasAnimation
rotateFromBottomLeft → const UasAnimation
rotateFromBottomCenter → const UasAnimation
rotateFromBottomRight → const UasAnimation

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