NeoStatCard constructor
const
NeoStatCard({})
Creates a NeoStatCard instance.
Implementation
const NeoStatCard({
super.key,
required this.label,
required this.value,
this.helper,
this.icon,
this.color,
this.shadowColor,
this.textColor,
});