EaseType enum

Inheritance

Constructors

EaseType()
const

Values

In_Sine → const EaseType
Out_Sine → const EaseType
In_Out_Sine → const EaseType
In_Quad → const EaseType
Out_Quad → const EaseType
In_Out_Quad → const EaseType
In_Cubic → const EaseType
Out_Cubic → const EaseType
In_Out_Cubic → const EaseType
In_Quart → const EaseType
Out_Quart → const EaseType
In_Out_Quart → const EaseType
In_Quint → const EaseType
Out_Quint → const EaseType
In_Out_Quint → const EaseType
In_Expo → const EaseType
Out_Expo → const EaseType
In_Out_Expo → const EaseType
In_Circ → const EaseType
Out_Circ → const EaseType
In_Out_Circ → const EaseType

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