redo method

void redo()

Redoes the last undone action.

Implementation

void redo() {
  _documentController.redo();
  _editorWidgetState?.rebuild();
}