WidgetAppImage constructor
const
WidgetAppImage({})
Implementation
const WidgetAppImage({
Key? key,
required this.imageUrl,
this.width,
this.height,
this.placeholderWidget,
this.errorWidget,
this.radius = 0,
this.assetImage = false,
this.autoPrefix = true,
this.boxFit = BoxFit.cover,
this.color,
}) : super(key: key);