isHoveringConnection property
bool
get
isHoveringConnection
Gets whether the cursor is hovering over a connection.
Used to determine if a click cursor should be shown.
Implementation
bool get isHoveringConnection => hoveringConnection.value;