attached property

bool attached

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

Implementation

bool get attached => TextInput._instance._currentConnection == this;