Image constructor
Image(})
Implementation
Image(
this.image, {
this.fit = BoxFit.contain,
this.alignment = Alignment.center,
this.width,
this.height,
this.dpi,
});
Image(
this.image, {
this.fit = BoxFit.contain,
this.alignment = Alignment.center,
this.width,
this.height,
this.dpi,
});