popGestureInProgress property

bool popGestureInProgress
override

True if a back gesture (iOS-style back swipe or Android predictive back) is currently underway for this route.

See also:

  • popGestureEnabled, which returns true if a user-triggered pop gesture would be allowed.

Implementation

bool get popGestureInProgress => isPopGestureInProgress(this);