totalHeight property

double totalHeight

Get current maximum height the panel is using. This may change due to PanelAutoSizing.

(constrainedHeight * PanelSize.expandedHeight)

Implementation

double get totalHeight => _totalHeight;