onChanged property
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;
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.
final ValueChanged<String>? onChanged;