isWaitingForEnteringDecision property

bool isWaitingForEnteringDecision

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

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

Implementation

bool get isWaitingForEnteringDecision;