isPopGestureInProgress method
True if a Cupertino pop gesture is currently underway for route
.
See also:
- popGestureEnabled, which returns true if a user-triggered pop gesture would be allowed.
Implementation
static bool isPopGestureInProgress(PageRoute<dynamic> route) => _popGestureInProgress.contains(route);