AtomicSvg.network constructor
const
AtomicSvg.network({})
Implementation
const AtomicSvg.network({
super.key,
required String url,
this.width,
this.height,
this.fit = BoxFit.contain,
this.color,
}) : path = url,
source = AtomicSvgSource.network;