A interface for interacting with a text input control.
See also:
Properties
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
close(
) → void -
Stop interacting with the text input control.
-
setEditingState(
TextEditingState state) → 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