panelHeight property

int get panelHeight

Current panel height based on cached render data.

Renders the panel if necessary so input and painting use the same size.

Implementation

int get panelHeight => _panelSize().h;