isConnecting property
bool
get
isConnecting
Checks if a connection is currently being created (package-private).
Returns true while dragging from a port to create a connection.
Implementation
bool get isConnecting => interaction.isCreatingConnection;