NicePrintContainer constructor
const
NicePrintContainer({})
Implementation
const NicePrintContainer({
super.key,
required this.child,
this.padding = const EdgeInsets.all(24),
this.backgroundColor,
this.showHeader = true,
this.showFooter = true,
this.header,
this.footer,
this.title,
this.subtitle,
});