RefreshStatus enum
header state
Values
- idle → const RefreshStatus
-
Initial state, when not being overscrolled into, or after the overscroll is canceled or after done and the sliver retracted away.
- canRefresh → const RefreshStatus
-
Dragged far enough that the onRefresh callback will callback
- refreshing → const RefreshStatus
-
the indicator is refreshing,waiting for the finish callback
- completed → const RefreshStatus
-
the indicator refresh completed
- failed → const RefreshStatus
-
the indicator refresh failed
- canTwoLevel → const RefreshStatus
-
Dragged far enough that the onTwoLevel callback will callback
- twoLevelOpening → const RefreshStatus
-
indicator is opening twoLevel
- twoLeveling → const RefreshStatus
-
indicator is in twoLevel
- twoLevelClosing → const RefreshStatus
-
indicator is closing twoLevel
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<
RefreshStatus> - A constant List of the values in this enum, in order of their declaration.