RoundImage constructor
const
RoundImage({})
Implementation
const RoundImage({
super.key,
required this.imageUrl,
this.size,
this.width,
this.height,
this.radius,
this.placeholder,
this.errorImage,
this.defaultImage,
this.httpHeaders,
this.onError,
this.supportPreview = false,
});