textInputAction property
final
Type of action button to use for the keyboard.
Defaults to TextInputAction.newline if type is TextInputType.multiline, or TextInputAction.done otherwise.
Implementation
final TextInputAction? textInputAction;