isProcessingNotifier property

ValueNotifier<bool> isProcessingNotifier
getter/setter pairinherited

Implementation

ValueNotifier<bool> isProcessingNotifier = ValueNotifier(false);