canGoBack property
bool
get
canGoBack
Whether we can go back in history
Implementation
bool get canGoBack => _currentIndex >= 0;
Whether we can go back in history
bool get canGoBack => _currentIndex >= 0;