isLoadingMore property

ValueNotifier<bool>? isLoadingMore
final

Notifier for tracking the loading state of additional items (e.g., for pagination). When true, the loadingMorePlaceHolder is displayed.

Implementation

final ValueNotifier<bool>? isLoadingMore;