canRedo property
bool
get
canRedo
Indicates whether a redo action is currently possible.
Implementation
bool get canRedo => undoRedoStack.canRedo.value;
Indicates whether a redo action is currently possible.
bool get canRedo => undoRedoStack.canRedo.value;