StatCard constructor
const
StatCard({})
Implementation
const StatCard({
Key? key,
required this.title,
required this.value,
this.change,
this.changeLabel,
this.isPositive = true,
required this.icon,
this.gradient,
this.iconBgColor,
}) : super(key: key);