userGestureInProgress property

bool userGestureInProgress

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

Implementation

bool get userGestureInProgress => _userGesturesInProgress > 0;