CachedNetworkImage constructor
const
CachedNetworkImage(
- String url,
- CrossCache crossCache, {
- double scale = 1.0,
- Map<
String, String> ? headers, - WebHtmlElementStrategy webHtmlElementStrategy = WebHtmlElementStrategy.never,
Creates an object that fetches the image at the given URL.
Implementation
const CachedNetworkImage(
this.url,
this.crossCache, {
this.scale = 1.0,
this.headers,
this.webHtmlElementStrategy = WebHtmlElementStrategy.never,
});