CustomCacheNetwork constructor
const
CustomCacheNetwork({})
Implementation
const CustomCacheNetwork({
super.key,
required this.url,
this.borderRadius,
this.fit = BoxFit.cover,
this.height,
this.width,
this.error,
this.color,
this.errorWidget,
this.progressIndicatorBuilder,
});