PdfPoint constructor

const PdfPoint(
  1. double x,
  2. double y
)

Implementation

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