userGestureInProgress property
Whether a route is currently being manipulated by the user, e.g. as during an iOS back gesture.
Implementation
bool get userGestureInProgress => _userGesturesInProgress > 0;
Whether a route is currently being manipulated by the user, e.g. as during an iOS back gesture.
bool get userGestureInProgress => _userGesturesInProgress > 0;