canGoBack property

bool get canGoBack

Whether we can go back in history

Implementation

bool get canGoBack => _currentIndex >= 0;