menu
yjy_printing package
documentation
printing.dart
PdfRaster
PdfRaster.new const constructor
PdfRaster.new const constructor
dark_mode
light_mode
PdfRaster
constructor
const
PdfRaster
(
int
width
,
int
height
,
Uint8List
pixels
)
Create a bitmap image
Implementation
const PdfRaster( this.width, this.height, this.pixels, );
yjy_printing package
documentation
printing
PdfRaster
PdfRaster.new const constructor
PdfRaster class