ArcaneSpecRow.highlight constructor
const
ArcaneSpecRow.highlight({})
Creates a highlighted spec row (value uses primary color).
Implementation
const ArcaneSpecRow.highlight({
required this.label,
required this.value,
this.labelColor,
this.valueColor,
this.fontSize,
super.key,
}) : highlight = true;