canRedo property

bool canRedo

Checks whether the undo/redo stack is at the current change.

Implementation

bool get canRedo => _changeStack.canRedo;