PriceButton constructor
const
PriceButton({})
Implementation
const PriceButton({
super.key,
required this.label,
required this.price,
this.backgroundColor,
this.showDecimal = true,
this.showSymbol = true,
this.symbol,
this.textColor,
this.icon,
this.onPressed,
});