InputAction enum

InputAction representing various input actions that can be taken within a specific context.

Inheritance

Constructors

InputAction()
const

Values

newline → const InputAction

newlineRepresents an input action to insert a new line or line break. Used to indicate moving to a new line or creating a line break in the context.

send → const InputAction

send Represents an input action to send or submit the entered content. Used to signal that the input data should be sent or submitted for processing.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<InputAction>
A constant List of the values in this enum, in order of their declaration.