CustomSvgimage constructor
const
CustomSvgimage({})
Implementation
const CustomSvgimage({
Key? key,
required this.image,
this.color,
this.height,
this.width,
this.fit = BoxFit.contain
}) : super(key: key);