image property
Get the overlay image as raw bytes.
Returns
- The image bytes if available, otherwise null.
Implementation
Uint8List? get image {
return img.getRenderableImageBytes();
}
Get the overlay image as raw bytes.
Uint8List? get image {
return img.getRenderableImageBytes();
}