EditorState constructor
const
EditorState({})
Implementation
const EditorState({
required this.isLoading,
required this.xmlContent,
required this.asyncMode,
required this.contentType,
required this.canChangeContentType,
required this.isSyncedWithFile,
required this.activeElement,
required this.activeTagRenderer,
});