CacheImageProvider constructor

CacheImageProvider(
  1. String tag,
  2. Uint8List img
)

Make an ImageProvider that caches MemoryImage.

Implementation

CacheImageProvider(this.tag, this.img);