userGestureInProgress property
Whether a route is currently being manipulated by the user, e.g. as during an iOS back gesture.
See also:
- userGestureInProgressNotifier, which notifies its listeners if the value of userGestureInProgress changes.
Implementation
bool get userGestureInProgress => userGestureInProgressNotifier.value;