EditorState.empty constructor
EditorState.empty()
Implementation
factory EditorState.empty() => EditorState(
isLoading: false,
xmlContent: '',
asyncMode: false,
contentType: ScreenContentType.scrollable,
canChangeContentType: true,
isSyncedWithFile: false,
activeElement: MenuElement.empty(),
activeTagRenderer: TagRenderer.empty(),
);