AgCachedImage constructor
const
AgCachedImage({})
Implementation
const AgCachedImage({
super.key,
required this.imageUrl,
this.size = 80,
this.height,
this.width,
this.borderRadius = 0,
this.fit = BoxFit.cover,
this.isCircle = true,
this.isProfile = false,
this.name,
});