RoundedImage constructor
RoundedImage({})
Implementation
RoundedImage({
super.key,
required this.size,
required this.image,
required this.radius,
this.errorBackgroundColor,
this.errorText,
this.errorTextColor,
});