onSubmitted property Null safety

ValueChanged<String>? onSubmitted
final

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

By default, onSubmitted is called after onChanged when the user has finalized editing; or, if the default behavior has been overridden, after onEditingComplete. See onEditingComplete for details.

Implementation

final ValueChanged<String>? onSubmitted;