CustomCachedImage constructor
const
CustomCachedImage({})
Implementation
const CustomCachedImage({
super.key,
required this.height,
required this.width,
required this.imageUrl,
required this.borderRadius,
this.fit,
this.isProfile = true,
this.name,
this.errorWidget,
});