AtomicImage.asset constructor
const
AtomicImage.asset({})
Implementation
const AtomicImage.asset({
super.key,
required String path,
this.width,
this.height,
this.fit = BoxFit.cover,
this.color,
this.borderRadius,
this.border,
this.placeholder,
this.errorWidget,
}) : path = path,
source = AtomicImageSource.asset;