redo method
void
redo()
Redoes the last undone action in the drawing pad, if possible.
Implementation
void redo() {
undoRedoStack.redo();
}
Redoes the last undone action in the drawing pad, if possible.
void redo() {
undoRedoStack.redo();
}