SmallChartCard constructor
Implementation
const SmallChartCard({
super.key,
required this.title,
required this.value,
required this.svgPath,
required this.backgroundColor,
this.widget,
});
const SmallChartCard({
super.key,
required this.title,
required this.value,
required this.svgPath,
required this.backgroundColor,
this.widget,
});