Image constructor
Implementation
Image({
required this.src,
required this.alt,
super.id,
super.classes,
super.inlineStyles,
this.width,
this.height,
this.autoSize = true,
}) : super(children: []);
Image({
required this.src,
required this.alt,
super.id,
super.classes,
super.inlineStyles,
this.width,
this.height,
this.autoSize = true,
}) : super(children: []);