shouldCache method
Implementation
@visibleForTesting
bool shouldCache() {
return LocalImageProvider().cacheAll ||
max(height, width) <= LocalImageProvider().maxCacheDimension;
}
@visibleForTesting
bool shouldCache() {
return LocalImageProvider().cacheAll ||
max(height, width) <= LocalImageProvider().maxCacheDimension;
}