inputAction property

TextInputAction inputAction
final

The input action that will be shown on the keyboard when the user interacts with this search field.

Defaults to TextInputAction.search.

Implementation

final TextInputAction inputAction;