menu
flutter_query_plus package
documentation
core/infinite_query_controller.dart
InfiniteQueryState<T>
isFetchingNextPage property
isFetchingNextPage property
dark_mode
light_mode
isFetchingNextPage
property
bool
isFetchingNextPage
final
Indicates whether the next page is currently being fetched.
Implementation
final bool isFetchingNextPage;
flutter_query_plus package
documentation
core/infinite_query_controller
InfiniteQueryState<T>
isFetchingNextPage property
InfiniteQueryState class