Image constructor
const
Image({})
Implementation
const Image({
required this.src,
required this.alt,
this.width,
this.height,
this.fillWidth = false,
this.cover = false,
super.key,
});
const Image({
required this.src,
required this.alt,
this.width,
this.height,
this.fillWidth = false,
this.cover = false,
super.key,
});