Image constructor
Image({})
Implementation
Image({
required this.image,
this.width,
this.height,
this.fit = BoxFit.contain,
this.placeholder,
this.errorWidget,
super.key,
});
Image({
required this.image,
this.width,
this.height,
this.fit = BoxFit.contain,
this.placeholder,
this.errorWidget,
super.key,
});