isVisibleNotifier property
The notifier indicating whether the loading indicator is visible.
Implementation
final isVisibleNotifier = ValueNotifier<bool>(false);
The notifier indicating whether the loading indicator is visible.
final isVisibleNotifier = ValueNotifier<bool>(false);