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