FileCacheImage constructor

const FileCacheImage(
  1. String url, {
  2. double scale = 1,
})

Creates an ImageProvider which loads an image from the url, using the scale.

Implementation

const FileCacheImage(this.url, {this.scale = 1});