menu
pull_to_refresh_simple package
documentation
pull_to_refresh_simple.dart
RefreshController
isLoading property
isLoading property
dark_mode
light_mode
isLoading
property
bool
get
isLoading
是否正在加载更多
Implementation
bool get isLoading => footerMode?.value == LoadStatus.loading;
pull_to_refresh_simple package
documentation
pull_to_refresh_simple
RefreshController
isLoading property
RefreshController class