hideExpandedHeader property
If true, the header which displays the name of the panel is hidden when the panel is expanded.
Implementation
@Input()
bool hideExpandedHeader = false;
If true, the header which displays the name of the panel is hidden when the panel is expanded.
@Input()
bool hideExpandedHeader = false;