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