PriceRow constructor
Implementation
const PriceRow({
super.key,
required this.label,
this.subtitle,
this.onChange,
this.enabled = true,
this.price = Price.zero,
});
const PriceRow({
super.key,
required this.label,
this.subtitle,
this.onChange,
this.enabled = true,
this.price = Price.zero,
});