onChanged property

ValueChanged<String>? onChanged
final

Callback called whenever the resizable textarea's text changes.

Implementation

final ValueChanged<String>? onChanged;