hideFooter property
- @Input()
Whether to hide the dialog footer.
Implementation
@Input()
set hideFooter(bool shouldHideFooter) =>
_shouldShowFooter = !shouldHideFooter;
Whether to hide the dialog footer.
@Input()
set hideFooter(bool shouldHideFooter) =>
_shouldShowFooter = !shouldHideFooter;