textInputAction property
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;
The type of action button to use for the keyboard.
Defaults to TextInputAction.newline if keyboardType
is
TextInputType.multiline and TextInputAction.done otherwise.
final TextInputAction? textInputAction;