setFocus method

void setFocus()

Sets focus to the editor.

Implementation

void setFocus() {
  _editorWidgetState?.rebuild();
}