AnimType enum

enum representing the selected animation type you want to apply

AnimType.slideStart - enter the next screen sliding from the side of the screen. AnimType.slideBottom - enter the next screen from the bottom of the screen. AnimType.size - opens the next screen from the middle of the screen and expanding to the top and bottom of the screen. AnimType.scale - scales the next screen from the center till full screen. AnimType.fade - opens the next screen by fading it in. AnimType.rotate - rotates the next screen 360 degrees. AnimType.cubic - 3D cubic animation between screen.

Inheritance

Constructors

AnimType()
const

Values

slideStart → const AnimType
slideBottom → const AnimType
scale → const AnimType
size → const AnimType
fade → const AnimType
rotate → const AnimType
cubic → const AnimType

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