isLoading property

ValueNotifier<bool> isLoading
getter/setter pair

Implementation

ValueNotifier<bool> isLoading = ValueNotifier(false);