CusRefreshController class
Constructors
- CusRefreshController({OnFinishLoadCall? finishLoadCall})
Properties
- finishLoadCall → OnFinishLoadCall?
-
final
- finishLoadCallBack ↔ FinishLoad?
-
完成加载
getter/setter pairinherited
- finishRefreshCallBack ↔ FinishRefresh?
-
完成刷新
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAutoTriggerLoad ↔ bool
-
getter/setter pair
- resetLoadStateCallBack ↔ VoidCallback?
-
恢复加载状态(用于没有更多后)
getter/setter pairinherited
- resetRefreshStateCallBack ↔ VoidCallback?
-
恢复刷新状态(用于没有更多后)
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
callLoad(
{Duration duration = const Duration(milliseconds: 300)}) → void - 触发加载
-
callRefresh(
{Duration duration = const Duration(milliseconds: 300)}) → void - 触发刷新
-
dispose(
) → void -
inherited
-
finishLoad(
{bool success = true, bool noMore = false}) → void -
finishRefresh(
{bool success = true, bool noMore = false}) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetLoadState(
) → void -
inherited
-
resetRefreshState(
) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited