canRedo
bool get canRedo
Whether we can redo (go forward in history).
Implementation
bool get canRedo => _currentIndex < _history.length - 1;
bool get canRedo
Whether we can redo (go forward in history).
bool get canRedo => _currentIndex < _history.length - 1;