headerSizeIsClosed property Null safety
final
If true and PanelContent.headerWidget is provided, set panel's PanelSize.closedHeight to the header's height.
If PanelSize.closedHeight is more than header's height, NOTHING will change.
Default : false
Implementation
final bool headerSizeIsClosed;