attached property

bool get attached

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

Implementation

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