dockRect property

Rx<Rect?> dockRect
final

Reactive Rect of the Dock.

Used to calculate intersections.

Implementation

final Rx<Rect?> dockRect = Rx(null);