getEditor method

EditorState? getEditor()

Implementation

EditorState? getEditor() {
  return delegate.getEditableTextKey().currentState;
}