textInputAction property

TextInputAction? textInputAction
final

The action button to display on the keyboard.

Controls the action button shown on the keyboard (e.g., done, search, send). This affects both the button's appearance and behavior.

Implementation

final TextInputAction? textInputAction;