LinearAnimationType enum

Apply the different types of animation to pointer.

Inheritance

Constructors

LinearAnimationType()
const

Values

bounceOut → const LinearAnimationType

LinearAnimationType.bounceOut animates the pointer with Curves.bounceOut.

ease → const LinearAnimationType

LinearAnimationType.ease animates the pointer with Curves.ease.

easeInCirc → const LinearAnimationType

LinearAnimationType.easeInCirc animates the pointer with Curves.easeInCirc.

easeOutBack → const LinearAnimationType

LinearAnimationType.easeOutBack animates the pointer with Curves.easeOutBack.

elasticOut → const LinearAnimationType

LinearAnimationType.elasticOut animates the pointer with Curves.elasticOut.

linear → const LinearAnimationType

LinearAnimationType.linear animates the pointer with Curves.linear.

slowMiddle → const LinearAnimationType

LinearAnimationType.slowMiddle animates the pointers with Curves.slowMiddle.

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