onSubmitted property
Called when the user indicates that they are done editing the text in the field.
Same as TextField.onSubmitted
Implementation
final ValueChanged<String>? onSubmitted;
Called when the user indicates that they are done editing the text in the field.
Same as TextField.onSubmitted
final ValueChanged<String>? onSubmitted;