onChanged property

ValueChanged<String>? onChanged
final

Callback invoked when the text content changes.

Called whenever the text is modified, either by user input or programmatic changes. The callback receives the new text value.

Implementation

final ValueChanged<String>? onChanged;