onChanged property
Callback when the input content is changed.
Note: change value by methods below won't trigger this callback:
- BadInputController.setText
- clear button (use onCleared instead)
Implementation
final ValueChanged<String>? onChanged;
Callback when the input content is changed.
Note: change value by methods below won't trigger this callback:
final ValueChanged<String>? onChanged;