NiceStatCard constructor
const
NiceStatCard({})
Implementation
const NiceStatCard({
super.key,
required this.title,
required this.value,
this.subtitle,
this.icon,
this.iconColor,
this.backgroundColor,
this.change,
this.changeLabel,
this.changeIsPositive = true,
this.onTap,
this.chart,
this.size = NiceStatCardSize.medium,
});