CustomNetworkImage constructor
const
CustomNetworkImage({})
Implementation
const CustomNetworkImage({
super.key,
required this.imageUrl,
this.height = 60,
this.width = 60,
this.radius = 12,
this.clickable = true,
});