PageFormatOptions.custom constructor
PageFormatOptions.custom({})
Implementation
PageFormatOptions.custom({
required this.width,
this.height,
this.marginTop = 0.0,
this.marginBottom = 0.0,
this.marginLeft = 0.0,
this.marginRight = 0.0,
this.marginAll,
this.clip = false,
}) : assert(width != null && width > 0, 'width is null or less than 0'),
pageFormat = PageFormat.custom;