inputAction property
final
The TextInputAction that will be shown in the keyboard when the user types on the textField.
Defaults to TextInputAction.done.
Implementation
final TextInputAction inputAction;
The TextInputAction that will be shown in the keyboard when the user types on the textField.
Defaults to TextInputAction.done.
final TextInputAction inputAction;