selectionRectangle property
Observable selection rectangle bounds.
Non-null during active selection drag operations.
Implementation
final Observable<Rect?> selectionRectangle = Observable<Rect?>(null);
Observable selection rectangle bounds.
Non-null during active selection drag operations.
final Observable<Rect?> selectionRectangle = Observable<Rect?>(null);