ScrollWidgetAnimationType enum

Enumeration representing different types of scroll widget animations.

Inheritance
Available extensions

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

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