attached property Null safety
Whether this connection is currently interacting with the text input control.
Implementation
bool get attached => TextInput._instance._currentConnection == this;
Whether this connection is currently interacting with the text input control.
bool get attached => TextInput._instance._currentConnection == this;