Style enum

Inheritance
Available extensions

Values

none → const Style
const Style(r'NONE')
dissolve → const Style
const Style(r'DISSOLVE')
slideFromLeft → const Style
const Style(r'SLIDE_FROM_LEFT')
slideFromRight → const Style
const Style(r'SLIDE_FROM_RIGHT')
slideFromBottom → const Style
const Style(r'SLIDE_FROM_BOTTOM')
slideFromTop → const Style
const Style(r'SLIDE_FROM_TOP')
pushFromLeft → const Style
const Style(r'PUSH_FROM_LEFT')
pushFromRight → const Style
const Style(r'PUSH_FROM_RIGHT')
pushFromBottom → const Style
const Style(r'PUSH_FROM_BOTTOM')
pushFromTop → const Style
const Style(r'PUSH_FROM_TOP')
moveFromLeft → const Style
const Style(r'MOVE_FROM_LEFT')
moveFromRight → const Style
const Style(r'MOVE_FROM_RIGHT')
moveFromTop → const Style
const Style(r'MOVE_FROM_TOP')
moveFromBottom → const Style
const Style(r'MOVE_FROM_BOTTOM')
slideOutToLeft → const Style
const Style(r'SLIDE_OUT_TO_LEFT')
slideOutToRight → const Style
const Style(r'SLIDE_OUT_TO_RIGHT')
slideOutToTop → const Style
const Style(r'SLIDE_OUT_TO_TOP')
slideOutToBottom → const Style
const Style(r'SLIDE_OUT_TO_BOTTOM')
moveOutToLeft → const Style
const Style(r'MOVE_OUT_TO_LEFT')
moveOutToRight → const Style
const Style(r'MOVE_OUT_TO_RIGHT')
moveOutToTop → const Style
const Style(r'MOVE_OUT_TO_TOP')
moveOutToBottom → const Style
const Style(r'MOVE_OUT_TO_BOTTOM')
smartAnimate → const Style
const Style(r'SMART_ANIMATE')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

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