TextInputConnection class
An interface for interacting with a text input control.
See also:
Properties
Methods
-
close(
) → void - Stop interacting with the text input control. [...]
-
setEditingState(
TextEditingValue value) → void - Requests that the text input control change its internal state to match the given state.
-
show(
) → void - Requests that the text input control become visible.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited