LoadStatus enum

footer state

Inheritance

Constructors

LoadStatus()
const

Values

idle → const LoadStatus

Initial state, which can be triggered loading more by gesture pull up

canLoading → const LoadStatus
loading → const LoadStatus

indicator is loading more data

noMore → const LoadStatus

indicator is no more data to loading,this state doesn't allow to load more whatever

failed → const LoadStatus

indicator load failed,Initial state, which can be click retry,If you need to pull up trigger load more,you should set enableLoadingWhenFailed = true in RefreshConfiguration

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