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