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