unFocus method

void unFocus()

unFocus method is to un focus the editor

Implementation

void unFocus() async {
  await _editorKey?.currentState?._unFocus();
}