PageTransitionType enum

Transition enum

Inheritance
Available extensions

Values

fade → const PageTransitionType

Fade Animation

rightToLeft → const PageTransitionType

Right to left animation

leftToRight → const PageTransitionType

Left to right animation

topToBottom → const PageTransitionType

Top the bottom animation

bottomToTop → const PageTransitionType

bottom the top animation

scale → const PageTransitionType

scale animation

rotate → const PageTransitionType

Rotate animation

size → const PageTransitionType

Size animation

rightToLeftWithFade → const PageTransitionType

Right to left with fading animation

leftToRightWithFade → const PageTransitionType

Left to right with fading animation

leftToRightJoined → const PageTransitionType

Left to right slide as if joined

rightToLeftJoined → const PageTransitionType

Right to left slide as if joined

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