selectionRectangle property

Observable<Rect?> selectionRectangle
final

Observable selection rectangle bounds.

Non-null during active selection drag operations.

Implementation

final Observable<Rect?> selectionRectangle = Observable<Rect?>(null);