RouteAnimation enum

Route animation which you want to use to navigate.

Inheritance
Available extensions

Values

topToBottom → const RouteAnimation

Slide animation from top to bottom

bottomToTop → const RouteAnimation

Slide animation form bottom to top

leftToRight → const RouteAnimation

Slide animation from left to right

rightToLeft → const RouteAnimation

Slide animation form right to left

fade → const RouteAnimation

Fade animation

rotate → const RouteAnimation

Rotate animation

scale → const RouteAnimation

Scale animation

size → const RouteAnimation

Size animation form center

sizeFromTop → const RouteAnimation

Size animation form top

sizeFromBottom → const RouteAnimation

Size animation form bottom

fadeAndRotate → const RouteAnimation

Fade and rotate animation

fadeAndScale → const RouteAnimation

Fade and scale animation

rotateAndScale → const RouteAnimation

Rotate and scale animation

fadeRotateAndScale → const RouteAnimation

Fade, rotate and scale animation

topToBottomJoined → const RouteAnimation

Slide animation form top to bottom as joined

bottomToTopJoined → const RouteAnimation

Slide animation form bottom to top as joined

leftToRightJoined → const RouteAnimation

Slide animation form left to right as joined

rightToLeftJoined → const RouteAnimation

Slide animation from right to left as joined

topLeftToBottomRight → const RouteAnimation

Slide animation form topLeft to bottomRight

topRightToBottomLeft → const RouteAnimation

Slide animation from topRight to bottomLeft

bottomLeftToTopRight → const RouteAnimation

Slide animation form bottomLeft to topRight

bottomRightToTopLeft → const RouteAnimation

Slide animation form bottomRight to topLeft

topToBottomWithFade → const RouteAnimation

Slide animation form top to bottom with fading

bottomToTopWithFade → const RouteAnimation

Slide animation from bottom to top with fading

leftToRightWithFade → const RouteAnimation

Slide animation from left to right with fading

rightToLeftWithFade → const RouteAnimation

Slide animation from right to left with fading

topLeftToBottomRightWithFade → const RouteAnimation

Slide animation from topLeft to bottomRight with fading

bottomLeftToTopRightWithFade → const RouteAnimation

Slide animation from bottomLeft to topRight with fading

bottomRightToTopLeftWithFade → const RouteAnimation

Slide animation from bottomRight to topLeft with fading

topRightToBottomLeftWithFade → const RouteAnimation

Slide animation from topRight to bottomLeft with fading

topToBottomWithRotation → const RouteAnimation

Slide animation from top to bottom with rotation

bottomToTopWithRotation → const RouteAnimation

Slide animation from bottom to top with rotation

leftToRightWithRotation → const RouteAnimation

Slide animation from left to right with rotation

rightToLeftWithRotation → const RouteAnimation

Slide animation from right to left with rotation

topLeftToBottomRightWithRotation → const RouteAnimation

Slide animation from topLeft to bottomRight with rotation

bottomLeftToTopRightWithRotation → const RouteAnimation

Slide animation from bottomLeft to topRight with rotation

bottomRightToTopLeftWithRotation → const RouteAnimation

Slide animation from bottomRight to topLeft with rotation

topRightToBottomLeftWithRotation → const RouteAnimation

Slide animation from topRight to bottomLeft with rotation

topToBottomWithFadeAndRotate → const RouteAnimation

Slide animation from top to bottom with fade and rotate animation

bottomToTopWithFadeAndRotate → const RouteAnimation

Slide animation from bottom to top with fade and rotate animation

leftToRightWithFadeAndRotate → const RouteAnimation

Slide animation from left to right with fade and rotate animation

rightToLeftWithFadeAndRotate → const RouteAnimation

Slide animation from right to left with fade and rotate animation

topLeftToBottomRightWithFadeAndRotate → const RouteAnimation

Slide animation from topLeft to bottomRight with fade and rotate animation

topRightToBottomLeftWithFadeAndRotate → const RouteAnimation

Slide animation from topRight to bottomLeft with fade and rotate animation

bottomLeftToTopRightWithFadeAndRotate → const RouteAnimation

Slide animation from bottomLeft to topRight with fade and rotate animation

bottomRightToTopLeftWithFadeAndRotate → const RouteAnimation

Slide animation from bottomRight to topLeft with fade and rotate animation

topToBottomWithScale → const RouteAnimation

Slide animation from top to bottom with scaling

bottomToTopWithScale → const RouteAnimation

Slide animation from bottom to top with scaling

leftToRightWithScale → const RouteAnimation

Slide animation from left to right with scaling

rightToLeftWithScale → const RouteAnimation

Slide animation from right to left with scaling

topLeftToBottomRightWithScale → const RouteAnimation

Slide animation from topLeft to bottomRight with scaling

topRightToBottomLeftWithScale → const RouteAnimation

Slide animation from topRight to bottomLeft with scaling

bottomLeftToTopRightWithScale → const RouteAnimation

Slide animation from bottomLeft to topRight with scaling

bottomRightToTopLeftWithScale → const RouteAnimation

Slide animation from bottomRight to topLeft with scaling

topToBottomWithFadeRotateAndScale → const RouteAnimation

Slide animation from top to bottom with fade, rotate and scale animation

bottomToTopWithFadeRotateAndScale → const RouteAnimation

Slide animation from bottom to top with fade, rotate and scale animation

leftToRightWithFadeRotateAndScale → const RouteAnimation

Slide animation from left to right with fade, rotate and scale animation

rightToLeftWithFadeRotateAndScale → const RouteAnimation

Slide animation from right to left with fade, rotate and scale animation

topLeftToBottomRightWithFadeRotateAndScale → const RouteAnimation

Slide animation from topLeft to bottomRight with fade, rotate and scale animation

topRightToBottomLeftWithFadeRotateAndScale → const RouteAnimation

Slide animation from topRight to bottomLeft with fade, rotate and scale animation

bottomLeftToTopRightWithFadeRotateAndScale → const RouteAnimation

Slide animation from bottomLeft to topRight with fade, rotate and scale animation

bottomRightToTopLeftWithFadeRotateAndScale → const RouteAnimation

Slide animation from bottomRight to topLeft with fade, rotate and scale animation

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