PrinterConf constructor

PrinterConf({
  1. double? cmWidth,
  2. double? cmHeight,
  3. double? dpi,
  4. Orientation? orientation,
})

Implementation

PrinterConf({this.cmWidth, this.cmHeight, this.dpi, this.orientation});