FPageTransitionType enum

Inheritance

Constructors

FPageTransitionType()
const

Values

theme → const FPageTransitionType

theme default

fade → const FPageTransitionType

Fade Animation

rightToLeft → const FPageTransitionType

Right to left animation

leftToRight → const FPageTransitionType

Left to right animation

topToBottom → const FPageTransitionType

Top to bottom animation

bottomToTop → const FPageTransitionType

Bottom to top animation

scale → const FPageTransitionType

Scale animation

rotate → const FPageTransitionType

Rotate animation

size → const FPageTransitionType

Size animation

rightToLeftWithFade → const FPageTransitionType

Right to left with fading animation

leftToRightWithFade → const FPageTransitionType

Left to right with fading animation

leftToRightJoined → const FPageTransitionType

Left to right slide as if joined

rightToLeftJoined → const FPageTransitionType

Right to left slide as if joined

topToBottomJoined → const FPageTransitionType

Top to bottom as if joined

bottomToTopJoined → const FPageTransitionType

Bottom to top as if joined

leftToRightPop → const FPageTransitionType

Pop the current screen left to right

rightToLeftPop → const FPageTransitionType

Pop the current screen right to left

topToBottomPop → const FPageTransitionType

Pop the current screen top to bottom

bottomToTopPop → const FPageTransitionType

Pop the current screen bottom to top

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