disableHeaderExpansion property
If true, clicking on the header does not expand or collapse the panel.
Implementation
@Input()
bool disableHeaderExpansion = false;
If true, clicking on the header does not expand or collapse the panel.
@Input()
bool disableHeaderExpansion = false;