PdfPageFormatAction constructor

const PdfPageFormatAction({
  1. Key? key,
  2. required Map<String, PdfPageFormat> pageFormats,
})

Implementation

const PdfPageFormatAction({
  Key? key,
  required this.pageFormats,
}) : super(key: key);