isLoadingMore property
Notifier for tracking the loading state of additional items (e.g., for pagination).
When true
, the loadingMorePlaceHolder
is displayed.
Implementation
final ValueNotifier<bool>? isLoadingMore;
Notifier for tracking the loading state of additional items (e.g., for pagination).
When true
, the loadingMorePlaceHolder
is displayed.
final ValueNotifier<bool>? isLoadingMore;