ReadyNetworkImage constructor
const
ReadyNetworkImage({})
Implementation
const ReadyNetworkImage({
super.key,
required this.imageUrl,
this.height,
this.width,
this.fit,
this.borderRadius,
this.borderColor,
this.borderWidth,
this.backgroundColor,
this.isRounded = false,
this.isDark = false,
this.clipBehavior = Clip.antiAlias,
this.placeholder,
this.errorWidget,
});