PdfRasterBase constructor

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

Creates a bitmap image container.

Implementation

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