TextInputClient class Null safety
An interface to receive information from TextInput.
See also:
- Implementers
Constructors
- TextInputClient()
-
Abstract const constructor. This constructor enables subclasses to provide
const constructors so that they can be used in const expressions.
const
Properties
- currentAutofillScope → AutofillScope?
-
The AutofillScope this TextInputClient belongs to, if any. [...]
read-only
- currentTextEditingValue → TextEditingValue
-
The current state of the TextEditingValue held by this client.
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
connectionClosed(
) → void - Platform notified framework of closed connection. [...]
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
performAction(
TextInputAction action ) → void - Requests that this client perform the given action.
-
performPrivateCommand(
String action, Map< String, dynamic> data) → void - Requests that this client perform the private command.
-
showAutocorrectionPromptRect(
int start, int end ) → void - Requests that this client display a prompt rectangle for the given text range, to indicate the range of text that will be changed by a pending autocorrection. [...]
-
toString(
) → String -
Returns a string representation of this object.
inherited
-
updateEditingValue(
TextEditingValue value ) → void - Requests that this client update its editing state to the given value.
-
updateFloatingCursor(
RawFloatingCursorPoint point ) → void - Updates the floating cursor position and state.
Operators
-
operator ==(
Object other ) → bool -
The equality operator. [...]
inherited