PdfPrintAction constructor
const
PdfPrintAction({})
Implementation
const PdfPrintAction({
super.key,
Widget? icon,
String? jobName,
this.onPrinted,
this.onPrintError,
this.dynamicLayout = true,
this.usePrinterSettings = false,
}) : icon = icon ?? const Icon(Icons.print),
jobName = jobName ?? 'Document';