isCreatingConnection property
bool
get
isCreatingConnection
Checks if a connection is currently being created.
Returns true when the user is dragging from a port to create a connection.
Implementation
bool get isCreatingConnection => temporaryConnection.value != null;