CachedMemoryImagePlaceholderProvider constructor

CachedMemoryImagePlaceholderProvider({
  1. required Uint8List bytes,
  2. double scale = 1.0,
})

Implementation

CachedMemoryImagePlaceholderProvider({
  required this.bytes,
  this.scale = 1.0,
});