MemoryImage constructor
Creates an object that decodes a Uint8List buffer as an image.
Implementation
const MemoryImage(this.bytes, { this.scale = 1.0 });
Creates an object that decodes a Uint8List buffer as an image.
const MemoryImage(this.bytes, { this.scale = 1.0 });