redoAll property
VoidCallback
get
redoAll
Redo all undone operations. Do nothing if there is no undone operation.
Implementation
VoidCallback get redoAll => _history.redoAll;
Redo all undone operations. Do nothing if there is no undone operation.
VoidCallback get redoAll => _history.redoAll;