canGoBack property

bool get canGoBack

Checks if navigation can go back.

Implementation

bool get canGoBack => _history.isNotEmpty;