PageFormatOptions.legal constructor

const PageFormatOptions.legal({
  1. bool clip = false,
})

Implementation

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