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