waiting property

ValueNotifier<bool> waiting
getter/setter pair

Implementation

ValueNotifier<bool> waiting = ValueNotifier(false);