A interface for interacting with a text input control.

See also:

Properties

attached bool

Whether this connection is currently interacting with the text input control.

read-only
hashCode int

Get a hash code for this object.

read-only, inherited
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

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