CachedNetworkImage constructor
const
CachedNetworkImage({})
Implementation
const CachedNetworkImage({
required this.imageUrl,
super.key,
this.placeholder,
this.errorWidget,
this.width,
this.height,
this.fit,
});