PdfSize constructor

const PdfSize(
  1. double width,
  2. double height
)

Creates a size with width and height.

Implementation

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