SvgImageView constructor
const
SvgImageView({})
Implementation
const SvgImageView({
required this.fileName,
this.rootPath,
this.width,
this.height,
this.boxFit = BoxFit.contain,
this.color,
super.key});