menu
kat_common package
documentation
widgets/controls/kat_editor.dart
KatEditor
onTextChanged property
onTextChanged property
dark_mode
light_mode
onTextChanged
property
ValueChanged
<
String
>
?
onTextChanged
final
Called with the editor's HTML content on every change.
Implementation
final ValueChanged<String>? onTextChanged;
kat_common package
documentation
widgets/controls/kat_editor
KatEditor
onTextChanged property
KatEditor class