NiceComparisonCard constructor
const
NiceComparisonCard({})
Implementation
const NiceComparisonCard({
super.key,
required this.title,
required this.label1,
required this.value1,
required this.label2,
required this.value2,
this.color1,
this.color2,
this.icon,
});