menu
custom_pdf_converter package
documentation
pdf.dart
PdfRasterBase
PdfRasterBase const constructor
PdfRasterBase const constructor
dark_mode
light_mode
PdfRasterBase
constructor
const
PdfRasterBase
(
int
width
,
int
height
,
bool
alpha
,
Uint8List
pixels
,
)
Create a bitmap image
Implementation
const PdfRasterBase( this.width, this.height, this.alpha, this.pixels, );
custom_pdf_converter package
documentation
pdf
PdfRasterBase
PdfRasterBase const constructor
PdfRasterBase class