forbid_keypad_window/editable_text library

Classes

EditableText
A basic text input field.
EditableTextState
State for a EditableText.
TextEditingValue
The current text, selection, and composing state for editing a run of text.
TextInputType
The type of information for which to optimize the text input control.
TextSelection
A range of text that represents a selection.

Enums

SelectionChangedCause
Indicates what triggered the change in selected text (including changes to the cursor location).
SmartDashesType
Indicates how to handle the intelligent replacement of dashes in text input.
SmartQuotesType
Indicates how to handle the intelligent replacement of quotes in text input.

Typedefs

AppPrivateCommandCallback = void Function(String, Map<String, dynamic>)
Signature for the callback that reports the app private command results.
SelectionChangedCallback = void Function(TextSelection selection, SelectionChangedCause? cause)
Signature for the callback that reports when the user changes the selection (including the cursor location).