ArcaneImage constructor
const
ArcaneImage({})
Implementation
const ArcaneImage({
required this.src,
required this.alt,
this.styles,
this.classes,
this.id,
this.width,
this.height,
this.loading,
this.decoding,
this.events,
super.key,
});