TransitionType enum

Inheritance

Constructors

TransitionType()
const

Values

ltr → const TransitionType

left to right

rtl → const TransitionType

right to left

ttb → const TransitionType

top to bottom

btt → const TransitionType

bottom to top

bl → const TransitionType

bottom left

br → const TransitionType

bottom right

tl → const TransitionType

top left

tr → const TransitionType

top right

scale → const TransitionType

scale

fade → const TransitionType

fade

fadeScale → const TransitionType

fade scale

reveal → const TransitionType

circular reveal

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