canRedo

bool get canRedo

Whether we can redo (go forward in history).

Implementation

bool get canRedo => _currentIndex < _history.length - 1;