hoveringConnection property
Observable flag for whether the cursor is hovering over a connection.
Used to show a click cursor when hovering over connection segments.
Implementation
final Observable<bool> hoveringConnection = Observable(false);
Observable flag for whether the cursor is hovering over a connection.
Used to show a click cursor when hovering over connection segments.
final Observable<bool> hoveringConnection = Observable(false);