inputAction property
Represents an optional input action within a specific context.
An instance of this class holds an optional InputAction value, which can be either InputAction.newline indicating a line break or InputAction.send indicating that the input content should be sent or submitted.
Implementation
final InputAction? inputAction;