canGoForward property
bool
get
canGoForward
Whether we can go forward in history
Implementation
bool get canGoForward => _currentIndex < _history.length - 1;
Whether we can go forward in history
bool get canGoForward => _currentIndex < _history.length - 1;