canPop property
bool
get
canPop
Whether the navigator can pop.
Implementation
bool get canPop => Navigator.of(this).canPop();
Whether the navigator can pop.
bool get canPop => Navigator.of(this).canPop();