ScrollWidgetAnimationType enum
Enumeration representing different types of scroll widget animations.
Values
- listColored → const ScrollWidgetAnimationType
- waterFall → const ScrollWidgetAnimationType
-
List Colored animation type.
- fadeOut → const ScrollWidgetAnimationType
-
Waterfall animation type.
- bounce → const ScrollWidgetAnimationType
-
Fade Out animation type.
- leftScale → const ScrollWidgetAnimationType
-
Bounce animation type.
- rightScale → const ScrollWidgetAnimationType
-
Left Scale animation type.
- scaleOut → const ScrollWidgetAnimationType
-
Right Scale animation type.
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<
ScrollWidgetAnimationType> - A constant List of the values in this enum, in order of their declaration.