isCapturing property

ValueNotifier<bool> isCapturing
getter/setter pair

Implementation

ValueNotifier<bool> isCapturing = ValueNotifier(false);