StatCardProps constructor
const
StatCardProps({})
Implementation
const StatCardProps({
required this.label,
required this.value,
this.icon,
this.trend,
this.trendPositive = true,
this.description,
this.iconBackground,
});