canPop property
bool
get
canPop
Returns true if the navigator can pop.
Example: context.canPop
Implementation
bool get canPop => Navigator.of(this).canPop();
Returns true if the navigator can pop.
Example: context.canPop
bool get canPop => Navigator.of(this).canPop();