SmartEditorController constructor
SmartEditorController({})
Implementation
SmartEditorController({
this.processInputHtml = true,
this.processOutputHtml = true,
this.processNewLineAsBr = false,
}) {
_documentController = DocumentController(
undoRedoManager: _undoRedoManager,
onDocumentChanged: _onDocumentChanged,
);
}