NetworkImageWithRetry constructor
const
NetworkImageWithRetry(})
Creates an object that fetches the image at the given url
.
Implementation
const NetworkImageWithRetry(
this.url, {
this.scale = 1.0,
this.fetchStrategy = defaultFetchStrategy,
this.headers,
});