autoSizeExpanded property Null safety
final
If true, set panel's PanelSize.expandedHeight to the PanelContent.panelContent's height.
If PanelContent.headerWidget is used, its height will also be added to this.
Default : false
Implementation
final bool autoSizeExpanded;