CoverCacheImage constructor

const CoverCacheImage(
  1. String imageUrl, {
  2. Key? key,
  3. String? placeholder,
})

Implementation

const CoverCacheImage(this.imageUrl, {Key? key, this.placeholder}) : super(key: key);