onValueChanged property

ValueChanged<String>? onValueChanged
final

Called when the user finishes editing the value.

This callback is invoked with the new text string when the user submits the change (e.g., presses Enter) or when the text field loses focus.

Implementation

final ValueChanged<String>? onValueChanged;