isVisibleNotifier property

ValueNotifier<bool> isVisibleNotifier
final

The notifier indicating whether the loading indicator is visible.

Implementation

final isVisibleNotifier = ValueNotifier<bool>(false);