PdfImageRendererPageSize constructor

const PdfImageRendererPageSize({
  1. required int width,
  2. required int height,
})

Construct a size object by the given width and height.

Implementation

const PdfImageRendererPageSize({required this.width, required this.height});