MetricItem constructor
const
MetricItem({
- required String label,
- required String value,
- double? labelFontSize,
- Color? labelColor,
- FontWeight? labelFontWeight,
- double? valueFontSize,
- Color? valueColor,
- FontWeight? valueFontWeight,
Implementation
const MetricItem({
required this.label,
required this.value,
this.labelFontSize,
this.labelColor,
this.labelFontWeight,
this.valueFontSize,
this.valueColor,
this.valueFontWeight,
});