contentWrapper property
Implementation
@ViewChild('contentWrapper')
set contentWrapper(HtmlElement? contentWrapper) {
_contentWrapper = contentWrapper;
_completeExpandedPanelHeightReadsIfPossible();
}
@ViewChild('contentWrapper')
set contentWrapper(HtmlElement? contentWrapper) {
_contentWrapper = contentWrapper;
_completeExpandedPanelHeightReadsIfPossible();
}