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