IndicatorMode enum

The current state of the indicator (Header or Footer).

Inheritance

Constructors

IndicatorMode()
const

Values

inactive → const IndicatorMode

Default state, without any trigger conditions. At this time Header or Footer is not displayed. Return to this state after the task is completed.

drag → const IndicatorMode

Overscroll but not reached the trigger mission distance. This state is released and the Scrollable is restored.

armed → const IndicatorMode

Overscroll and reach the trigger task distance. This state is released and the list triggers the task.

ready → const IndicatorMode

Overscroll and about to trigger a task. This state indicates that the user has released.

processing → const IndicatorMode

Task in progress. In progress until the task is completed.

processed → const IndicatorMode

Task completed. The task is over, but the whole process is not complete. Set the ending animation, which will be done after this state.

secondaryArmed → const IndicatorMode

Overscroll and reach the secondary trigger task distance. This state is released, and open the secondary page.

secondaryReady → const IndicatorMode

Overscroll and about to open the secondary page. This state indicates that the user has released.

secondaryOpen → const IndicatorMode

Secondary page is open.

secondaryClosing → const IndicatorMode

Secondary page is closing.

done → const IndicatorMode

The whole process is done. When finished, go back to inactive

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