popGestureInProgress property

bool popGestureInProgress

True if an iOS-style back swipe pop gesture is currently underway for this route.

See also:

  • isPopGestureInProgress, which returns true if a Cupertino pop gesture is currently underway for specific route.
  • popGestureEnabled, which returns true if a user-triggered pop gesture would be allowed.

Implementation

bool get popGestureInProgress => isPopGestureInProgress(this);