DialogTransitionType enum

Inheritance

Constructors

DialogTransitionType()
const

Values

fade → const DialogTransitionType

Fade animation

slideFromTop → const DialogTransitionType

Slide from top animation

slideFromTopFade → const DialogTransitionType

Slide from top fade animation

slideFromBottom → const DialogTransitionType

Slide from bottom animation

slideFromBottomFade → const DialogTransitionType

Slide from bottom fade animation

slideFromLeft → const DialogTransitionType

Slide from left animation

slideFromLeftFade → const DialogTransitionType

Slide from left fade animation

slideFromRight → const DialogTransitionType

Slide from right animation

slideFromRightFade → const DialogTransitionType

Slide from right fade animation

scale → const DialogTransitionType

Scale animation

fadeScale → const DialogTransitionType

Fade scale animation

rotate → const DialogTransitionType

Rotation animation

scaleRotate → const DialogTransitionType

Scale rotate animation

fadeRotate → const DialogTransitionType

Fade rotate animation

rotate3D → const DialogTransitionType

3D Rotation animation

size → const DialogTransitionType

Size animation

sizeFade → const DialogTransitionType

Size fade animation

none → const DialogTransitionType

No animation

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