AtomicImage.file constructor
const
AtomicImage.file({})
Implementation
const AtomicImage.file({
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.file;