PdfPageFormat constructor
const
PdfPageFormat(})
PdfPageFormat API.
Implementation
const PdfPageFormat(
this.width,
this.height, {
double marginTop = 0,
double marginBottom = 0,
double marginLeft = 0,
double marginRight = 0,
double? marginAll,
}) : marginTop = marginAll ?? marginTop,
marginBottom = marginAll ?? marginBottom,
marginLeft = marginAll ?? marginLeft,
marginRight = marginAll ?? marginRight;