getMdEditorState method

MdEditorState? getMdEditorState()

Implementation

MdEditorState? getMdEditorState(){
  return _editorKey.currentState;
}