ExtendedMemoryImageProvider constructor

const ExtendedMemoryImageProvider(
  1. Uint8List bytes, {
  2. double scale = 1.0,
  3. bool cacheRawData = false,
  4. String? imageCacheName,
})

Implementation

const ExtendedMemoryImageProvider(
  Uint8List bytes, {
  double scale = 1.0,
  this.cacheRawData = false,
  this.imageCacheName,
}) : super(bytes, scale: scale);