ExtendedNetworkImageProvider constructor
ExtendedNetworkImageProvider(})
Creates an object that fetches the image at the given URL.
The arguments url
and scale
must not be null.
Implementation
factory ExtendedNetworkImageProvider(
String url, {
double scale,
Map<String, String>? headers,
bool cache,
int retries,
Duration? timeLimit,
Duration timeRetry,
CancellationToken? cancelToken,
String? cacheKey,
bool printError,
bool cacheRawData,
String? imageCacheName,
Duration? cacheMaxAge,
}) = network_image.ExtendedNetworkImageProvider;