hideHeader property
Whether to hide the dialog header.
Implementation
@Input()
set hideHeader(bool shouldHideHeader) =>
_shouldShowHeader = !shouldHideHeader;
Whether to hide the dialog header.
@Input()
set hideHeader(bool shouldHideHeader) =>
_shouldShowHeader = !shouldHideHeader;