RefreshStatus enum

header state

Inheritance

Constructors

RefreshStatus()
const

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

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