inputAction property

TextInputAction inputAction
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;