NicePrintPreview constructor
Implementation
const NicePrintPreview({
super.key,
required this.pages,
this.onPrint,
this.pageWidth = 595,
this.pageHeight = 842,
});
const NicePrintPreview({
super.key,
required this.pages,
this.onPrint,
this.pageWidth = 595,
this.pageHeight = 842,
});