isMoving property

ValueNotifier<bool> isMoving
getter/setter pair

Implementation

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