canRedo property

bool get canRedo

Indicates whether a redo action is currently possible.

Implementation

bool get canRedo => undoRedoStack.canRedo.value;