NiceComparisonDisplay constructor
const
NiceComparisonDisplay({})
Implementation
const NiceComparisonDisplay({
super.key,
required this.leftLabel,
required this.leftValue,
required this.rightLabel,
required this.rightValue,
this.leftColor,
this.rightColor,
this.showBar = false,
});