canRedo property
bool
get
canRedo
Whether there are actions to redo.
Implementation
bool get canRedo => _undoRedoManager.canRedo;
Whether there are actions to redo.
bool get canRedo => _undoRedoManager.canRedo;