menu
html_editor_plus package
documentation
editor_plus.dart
HtmlEditorController
disable method
disable method
dark_mode
light_mode
disable
method
void
disable
(
)
Disable the editor field.
Implementation
void disable() => sendEvent(const EditorDisable());
html_editor_plus package
documentation
editor_plus
HtmlEditorController
disable method
HtmlEditorController class