SilSmartRefresherInterface class
abstract
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
loadingWidget()
→ Widget
-
加载loading
inherited
-
netErrorWidget({RefreshController? errorRefreshController, void reloadFunc()?})
→ Widget
-
无网络展示
inherited
-
noDataWidget({RefreshController? emptyRefreshController, void reloadFunc()?})
→ Widget
-
无数据展示
inherited
-
noMoreData({required dynamic result, required int loadedDataNum})
→ bool
-
判断后面是否还有更多数据
result 返回的数据结构
loadedDataNum 已经加载的数据数量
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
刷新底部指示器
-
刷新头部指示器
-
toString()
→ String
-
A string representation of this object.
inherited