StatData constructor
const
StatData({})
Implementation
const StatData({
required this.label,
required this.value,
this.description,
this.descriptionIcon,
this.color,
this.chart,
this.resourceKey,
});
const StatData({
required this.label,
required this.value,
this.description,
this.descriptionIcon,
this.color,
this.chart,
this.resourceKey,
});