LinearAnimationType enum
Apply the different types of animation to pointer.
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
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.