canPop property

bool get canPop

Whether the navigator can pop.

Implementation

bool get canPop => Navigator.of(this).canPop();