CacheImage constructor
const
CacheImage({})
Implementation
const CacheImage({
required this.url,
this.fit = BoxFit.cover,
this.alignment = Alignment.center,
this.spec = const ImageSpec.empty(),
required this.size,
super.key,
});