onSubmitted property

ValueChanged<String>? onSubmitted
final

Fired with the trimmed text when the user submits the field; the field is cleared afterwards.

Implementation

final ValueChanged<String>? onSubmitted;