onChange property

ValueChanged<String>? onChange
final

Callback to be called when the user changes the text in the editor.

Implementation

final ValueChanged<String>? onChange;