undo property
VoidCallback
get
undo
Undo the last operation. Do nothing if there is no operation.
Implementation
VoidCallback get undo => _history.undo;
Undo the last operation. Do nothing if there is no operation.
VoidCallback get undo => _history.undo;