image property
Get the image of the overlay.
Returns
- Empty if image is not available.
Implementation
Uint8List? get image {
return img.getRenderableImageBytes();
}
Get the image of the overlay.
Returns
Uint8List? get image {
return img.getRenderableImageBytes();
}