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