PrinterSize constructor

const PrinterSize(
  1. double? width,
  2. double? height
)

Implementation

const PrinterSize(this.width, this.height);