onSubmitted property

ValueChanged<String>? onSubmitted
final

Called when the user indicates that they are done editing the text in the field.

Same as TextField.onSubmitted

Implementation

final ValueChanged<String>? onSubmitted;