PdfRaster constructor

const PdfRaster(
  1. int width,
  2. int height,
  3. Uint8List pixels
)

Create a bitmap image

Implementation

const PdfRaster(
  this.width,
  this.height,
  this.pixels,
);