AssetCacheHelper constructor Null safety

const AssetCacheHelper(
  1. List<String> cachedFilenames,
  2. String url,
  3. {double? width,
  4. double? height,
  5. dynamic color}
)

Implementation

const AssetCacheHelper(
  this.cachedFilenames,
  this.url, {
  this.width,
  this.height,
  this.color,
});