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