MetricDisplay constructor
MetricDisplay({})
Implementation
MetricDisplay({
required this.label,
required this.value,
this.unit,
this.trend,
this.labelStyle,
this.valueStyle,
this.trendColor,
super.key,
});