AppCachedNetworkImage constructor
const
AppCachedNetworkImage({})
Implementation
const AppCachedNetworkImage({
super.key,
required this.imageUrl,
required this.radius,
this.loadingWidget,
this.errorWidget,
this.fit,
this.height,
this.width,
});