onSubmitted property

ValueChanged<String?>? onSubmitted
final

Called when the user indicates that they are done editing the text in the field (https://api.flutter.dev/flutter/material/TextField/onSubmitted.html)

Default: null

Implementation

final ValueChanged<String?>? onSubmitted;