redo method

void redo()

Redoes the last undone action in the drawing pad, if possible.

Implementation

void redo() {
  undoRedoStack.redo();
}