onTextChanged property

ValueChanged<String>? onTextChanged
final

Called with the editor's HTML content on every change.

Implementation

final ValueChanged<String>? onTextChanged;