Image constructor
Image({})
Image component.
The src
parameter is used to determine the source of the image.
Implementation
Image({
required super.src,
super.className,
super.id,
super.style,
super.attributes,
super.alt,
super.width,
super.height,
super.onLoad,
super.onError,
super.onAbort,
super.tag = "img",
});