SpecRowProps constructor
const
SpecRowProps({})
Implementation
const SpecRowProps({
required this.label,
required this.value,
this.highlight = false,
this.labelColor,
this.valueColor,
this.fontSize,
});
const SpecRowProps({
required this.label,
required this.value,
this.highlight = false,
this.labelColor,
this.valueColor,
this.fontSize,
});