isPopGestureInProgress static method

bool isPopGestureInProgress(
  1. PageRoute route
)

Implementation

static bool isPopGestureInProgress(PageRoute<dynamic> route) {
  return route.navigator!.userGestureInProgress;
}