PageFormatOptions.a4 constructor
const
PageFormatOptions.a4({
- bool clip = false,
Implementation
const PageFormatOptions.a4({
this.clip = false,
}) : pageFormat = PageFormat.a4,
width = null,
height = null,
marginTop = 0.0,
marginBottom = 0.0,
marginLeft = 0.0,
marginRight = 0.0,
marginAll = null;