menu
nice2dev_flutter_ui
editors\nice_html_editor.dart
NiceHtmlEditor
onChange property
onChange
dark_mode
light_mode
onChange
property
ValueChanged
<
String
>
onChange
final
Called when content changes; emits HTML string.
Implementation
final ValueChanged<String> onChange;
nice2dev_flutter_ui
nice_html_editor
NiceHtmlEditor
onChange property
NiceHtmlEditor class