TCacheImage constructor
TCacheImage({})
Implementation
TCacheImage({
super.key,
required this.url,
this.cachePath,
this.width,
this.height,
this.size,
this.fit = BoxFit.cover,
this.borderRadius = 5,
this.loadingProgressWidget,
});