canPop property
bool
get
canPop
Whether a page can be popped off from the root route stack or sub route stacks.
Implementation
bool get canPop => _navigationBuilder.canPop;
Whether a page can be popped off from the root route stack or sub route stacks.
bool get canPop => _navigationBuilder.canPop;