PrintingInfo constructor

const PrintingInfo({
  1. bool directPrint = false,
  2. bool dynamicLayout = false,
  3. bool canPrint = false,
  4. bool canConvertHtml = false,
  5. bool canListPrinters = false,
  6. bool canShare = false,
  7. bool canRaster = false,
})

Create an information object

Implementation

const PrintingInfo({
  this.directPrint = false,
  this.dynamicLayout = false,
  this.canPrint = false,
  this.canConvertHtml = false,
  this.canListPrinters = false,
  this.canShare = false,
  this.canRaster = false,
});