onChanged property
final
Callback called whenever the resizable textarea's text changes.
Implementation
final ValueChanged<String>? onChanged;
Callback called whenever the resizable textarea's text changes.
final ValueChanged<String>? onChanged;