MemoryImage constructor

const MemoryImage(
  1. Uint8List bytes, {
  2. int? decodeFrame,
})

Implementation

const MemoryImage(this.bytes, {this.decodeFrame});