menu
wise_util package
documentation
widget/wise_pull_to_refresh.dart
WisePullToRefresh
onLoading property
onLoading property
dark_mode
light_mode
onLoading
property
Future
<
bool
>
Function
()
?
onLoading
final
上拉加载更多回调 返回true,表示加载完成 返回false,表示没有更多数据了 抛出异常,表示加载失败
Implementation
final Future<bool> Function()? onLoading;
wise_util package
documentation
widget/wise_pull_to_refresh
WisePullToRefresh
onLoading property
WisePullToRefresh class