hideExpandedHeader property

  1. @Input()
bool hideExpandedHeader
getter/setter pair

If true, the header which displays the name of the panel is hidden when the panel is expanded.

Implementation

@Input()
bool hideExpandedHeader = false;