menu
pdf_plus package
documentation
pdf.dart
PdfSize
PdfSize.new const constructor
PdfSize.new const constructor
dark_mode
light_mode
PdfSize
constructor
const
PdfSize
(
double
width
,
double
height
)
Creates a size with
width
and
height
.
Implementation
const PdfSize(this.width, this.height);
pdf_plus package
documentation
pdf
PdfSize
PdfSize.new const constructor
PdfSize class