SvgIconProgressBar constructor
const
SvgIconProgressBar({})
Implementation
const SvgIconProgressBar({super.key,
required this.progress,
required this.svgString,
required this.colorDefault,
required this.colorProgress,
required this.height,
this.width,
});