Convert Bitmap buffer into a Flutter Image widget.
Image toImage() { return Image.memory(_imageData); }