userGestureInProgress property

bool userGestureInProgress

Whether a route is currently being manipulated by the user, e.g. as during an iOS back gesture.

See also:

Implementation

bool get userGestureInProgress => userGestureInProgressNotifier.value;