ProsteAnimationMode enum

Inheritance

Constructors

ProsteAnimationMode()
const

Values

fade → const ProsteAnimationMode

animation use fade it can also be used ProsteRouteAnimation.fadeRoute(...)

slideFromLeft → const ProsteAnimationMode

animation use slide and page from left to right it can also be used ProsteRouteAnimation.slideRoute(mode: SlideMode.fromLeft, ...)

slideFromRight → const ProsteAnimationMode

animation use slide and page from right to left it can also be used ProsteRouteAnimation.slideRoute(mode: SlideMode.fromRight, ...)

slideFromBottom → const ProsteAnimationMode

animation use slide and page from bottom to top it can also be used ProsteRouteAnimation.slideRoute(mode: SlideMode.fromBottom, ...)

slideFromTop → const ProsteAnimationMode

animation use slide and page from top to bottom it can also be used ProsteRouteAnimation.slideRoute(mode: SlideMode.fromTop, ...)

scale → const ProsteAnimationMode

animation use scale it can also be used ProsteRouteAnimation.scaleRoute(...)

rotation → const ProsteAnimationMode

animation use rotation it can also be used ProsteRouteAnimation.rotationRoute(...)

size → const ProsteAnimationMode

animation use size it can also be used ProsteRouteAnimation.sizeRoute(...)

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