PageTransitionType enum
Transition enum
Values
- theme → const PageTransitionType
-
theme default
- fade → const PageTransitionType
-
Fade Animation
- rightToLeft → const PageTransitionType
-
Right to left animation
- leftToRight → const PageTransitionType
-
Left to right animation
- topToBottom → const PageTransitionType
-
Top to bottom animation
- bottomToTop → const PageTransitionType
-
Bottom to 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
- topToBottomJoined → const PageTransitionType
-
Top to bottom as if joined
- bottomToTopJoined → const PageTransitionType
-
Bottom to top as if joined
- leftToRightPop → const PageTransitionType
-
Pop the current screen left to right
- rightToLeftPop → const PageTransitionType
-
Pop the current screen right to left
- topToBottomPop → const PageTransitionType
-
Pop the current screen top to bottom
- bottomToTopPop → const PageTransitionType
-
Pop the current screen bottom to top
-
Shared axis horizontal
-
Shared axis vertical
-
Shared axis scale
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
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.