onFieldSubmitted property

ValueChanged<String>? onFieldSubmitted
final

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

Implementation

final ValueChanged<String>? onFieldSubmitted;