image property
set
image
(Image newImage)
Implementation
set image(ui.Image newImage) {
_bitmap = newImage;
_bitmapSize = Size(newImage.width.toDouble(), newImage.height.toDouble());
aspectRatio = aspectRatio; // force adjustment
notifyListeners();
}