canPop property

bool canPop

shortcut for Navigator.of(context).canPop()

Implementation

bool get canPop => navigator.canPop();