textInputAction property

TextInputAction? textInputAction
final

Text input action for the text field (e.g., done, next).

Delegated to the underlying ChipInput. Allows customization of the keyboard action button.

Implementation

final TextInputAction? textInputAction;