isLoadingAll property

ValueNotifier<bool> isLoadingAll
final

Notifier for tracking the loading state of the entire table. When true, the fullLoadingPlaceHolder is displayed.

Implementation

final ValueNotifier<bool> isLoadingAll;