panelHeight property

int get panelHeight

Current panel height based on cached render data.

Falls back to 8 rows before the first render.

Implementation

int get panelHeight => _cachedPanelHeight > 0 ? _cachedPanelHeight : 8;