isWaitingForExitingDecision property

bool isWaitingForExitingDecision

Whether this route is waiting for the decision on how to exit the screen.

If this property is true, this route requires an explicit decision on how to transition off the screen. Such a decision should be made in the TransitionDelegate.resolve.

Implementation

bool get isWaitingForExitingDecision;