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