AnimationType enum

The type of animation when navigating from one route to other.

Inheritance

Constructors

AnimationType()
const

Values

none → const AnimationType

New page pushed on the stack with no animations.

fade → const AnimationType

New page is pushed on the stack fading in, and poped out of the stack fading out.

scale → const AnimationType

New page is pushed on the stack fading and scaling in, and poped out of the stack fading and scaling out.

slideDown → const AnimationType

New page is pushed on the stack droping down from the top of the page

slideUp → const AnimationType

New Page is pushed on the stack moving upwards on the stack

slideToStart → const AnimationType

New Page is pushed on the statck sliding towards the start of the page based on Directionality of either rtl or ltr

slideToEnd → const AnimationType

New Page is pushed on the statck sliding towards the end of the page based on Directionality of either rtl or ltr

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