LoadStatus enum
footer state
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
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.