loading property

ValueNotifier<bool> loading
final

Implementation

final ValueNotifier<bool> loading = ValueNotifier(false);