PdfRect constructor

const PdfRect(
  1. double x,
  2. double y,
  3. double width,
  4. double height
)

Implementation

const PdfRect(this.x, this.y, this.width, this.height);