PdfPageFormatAction constructor
const
PdfPageFormatAction({
- Key? key,
- required Map<
String, PdfPageFormat> pageFormats,
Implementation
const PdfPageFormatAction({
super.key,
required this.pageFormats,
});