InputAction enum
InputAction representing various input actions that can be taken within a specific context.
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
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.