panelBounds property

({int h, int w, int x, int y}) get panelBounds

Rendered bounds shared by composition and pointer input.

Implementation

({int x, int y, int w, int h}) get panelBounds => _panelRect();