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