Transition enum

Enum defining various types of transitions that can be applied when navigating between routes.

Inheritance
Available extensions

Values

fade → const Transition

Fade transition.

fadeIn → const Transition

Fade in transition.

rightToLeft → const Transition

Right to left transition.

leftToRight → const Transition

Left to right transition.

upToDown → const Transition

Up to down transition.

downToUp → const Transition

Down to up transition.

rightToLeftWithFade → const Transition

Right to left transition with fade effect.

leftToRightWithFade → const Transition

Left to right transition with fade effect.

zoom → const Transition

Zoom transition.

topLevel → const Transition

Top level transition.

noTransition → const Transition

No transition.

cupertino → const Transition

Cupertino-style transition.

cupertinoDialog → const Transition

Cupertino-style dialog transition.

size → const Transition

Size transition.

scale → const Transition

Scale transition.

circularReveal → const Transition

Circular reveal transition.

native → const Transition

Native platform transition.

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