undo method

bool undo()

Undo last stroke Return false if there is no stroke to undo, otherwise return true.

Implementation

bool undo() => _delegate.onUndo();