undo method
void
undo()
Undoes the last action in the drawing pad, if possible.
Implementation
void undo() {
undoRedoStack.undo();
}
Undoes the last action in the drawing pad, if possible.
void undo() {
undoRedoStack.undo();
}