isSkipping property

ValueNotifier<bool> isSkipping
getter/setter pair

Implementation

ValueNotifier<bool> isSkipping = ValueNotifier<bool>(false);