PdfRasterBase constructor

const PdfRasterBase(
  1. int width,
  2. int height,
  3. bool alpha,
  4. Uint8List pixels,
)

Create a bitmap image

Implementation

const PdfRasterBase(
  this.width,
  this.height,
  this.alpha,
  this.pixels,
);