bgra property
final
The rendered BGRA pixel bytes, or null if the bitmap was not requested.
Non-null only when PdfDocument.extractImages was called with
includeBitmap: true and FPDFImageObj_GetRenderedBitmap succeeded.
The byte length equals bitmapWidth! * bitmapHeight! * 4.
Implementation
final Uint8List? bgra;