undoAll property

VoidCallback get undoAll

Undo all operations (aka clear all). Do nothing if there is no operation.

Implementation

VoidCallback get undoAll => _history.undoAll;