AurisStatCard constructor
const
AurisStatCard({})
Creates a stat card.
Implementation
const AurisStatCard({
super.key,
required this.label,
required this.value,
this.unit,
this.delta,
this.deltaPositiveIsGood = true,
});