PrinterOffset constructor

const PrinterOffset(
  1. double? x,
  2. double? y
)

Implementation

const PrinterOffset(this.x, this.y);