selectionRect property
Observable selection rectangle bounds in graph coordinates.
Non-null during active selection drag operations. The rectangle is in graph coordinates for hit testing against node positions. Uses GraphRect for compile-time type safety.
Implementation
final Observable<GraphRect?> selectionRect = Observable<GraphRect?>(null);