CachedImage constructor

const CachedImage({
  1. required ImageSpec spec,
  2. required String url,
  3. Key? key,
})

Implementation

const CachedImage({
  required this.spec,
  required this.url,
  super.key,
});