canRedo property

bool canRedo

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

Implementation

bool get canRedo => _changeStack.canRedo;