redoAll property

VoidCallback get redoAll

Redo all undone operations. Do nothing if there is no undone operation.

Implementation

VoidCallback get redoAll => _history.redoAll;