redo method
void
redo()
Redoes the last undone action.
Implementation
void redo() {
_documentController.redo();
_editorWidgetState?.rebuild();
}
Redoes the last undone action.
void redo() {
_documentController.redo();
_editorWidgetState?.rebuild();
}