PageTransitionType enum
Transition enum
Constants
- bottomToTop → const PageTransitionType
-
bottom the top animation
const PageTransitionType(4)
- fade → const PageTransitionType
-
Fade Animation
const PageTransitionType(0)
- leftToRight → const PageTransitionType
-
Left to right animation
const PageTransitionType(2)
- leftToRightJoined → const PageTransitionType
-
Left to right slide as if joined
const PageTransitionType(10)
- leftToRightWithFade → const PageTransitionType
-
Left to right with fading animation
const PageTransitionType(9)
- rightToLeft → const PageTransitionType
-
Right to left animation
const PageTransitionType(1)
- rightToLeftJoined → const PageTransitionType
-
Right to left slide as if joined
const PageTransitionType(11)
- rightToLeftWithFade → const PageTransitionType
-
Right to left with fading animation
const PageTransitionType(8)
- rotate → const PageTransitionType
-
Rotate animation
const PageTransitionType(6)
- scale → const PageTransitionType
-
scale animation
const PageTransitionType(5)
- size → const PageTransitionType
-
Size animation
const PageTransitionType(7)
- topToBottom → const PageTransitionType
-
Top the bottom animation
const PageTransitionType(3)
-
values
→ const List<
PageTransitionType> -
A constant List of the values in this enum, in order of their declaration.
const List<
PageTransitionType>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited