focus method is used to request focus of the editor
Future focus() async { return await _editorKey?.currentState?._requestFocus(); }