pageLoading property

ValueNotifier<bool?> pageLoading
final

Implementation

final ValueNotifier<bool?> pageLoading = ValueNotifier(true);