CachedNetworkImage constructor

const CachedNetworkImage(
  1. String url, {
  2. double scale = 1.0,
  3. Map<String, String>? headers,
  4. int? contextId,
})

Implementation

const CachedNetworkImage(this.url, {this.scale = 1.0, this.headers, this.contextId});