isLoading property
ValueNotifier<bool>
get
isLoading
A getter to access the current loading state. Returns true if the loading indicator is active, false otherwise.
Implementation
ValueNotifier<bool> get isLoading => _isLoading;