canPop property

bool canPop

Whether a page can be popped off from the root route stack or sub route stacks.

Implementation

bool get canPop => _navigationBuilder.canPop;