CustomSvgWidget constructor
const
CustomSvgWidget({})
Implementation
const CustomSvgWidget({
super.key,
required this.assetName,
this.width,
this.height,
this.fit = BoxFit.contain,
this.color,
});
const CustomSvgWidget({
super.key,
required this.assetName,
this.width,
this.height,
this.fit = BoxFit.contain,
this.color,
});