menu
yjy_printing package
documentation
printing.dart
PdfPageFormatAction
PdfPageFormatAction.new const constructor
PdfPageFormatAction.new const constructor
dark_mode
light_mode
PdfPageFormatAction
constructor
const
PdfPageFormatAction
(
{
Key
?
key
,
required
Map
<
String
,
PdfPageFormat
>
pageFormats
,
})
Implementation
const PdfPageFormatAction({ Key? key, required this.pageFormats, }) : super(key: key);
yjy_printing package
documentation
printing
PdfPageFormatAction
PdfPageFormatAction.new const constructor
PdfPageFormatAction class