PricingSection constructor
Implementation
const PricingSection({
super.key,
required this.discountPercentage,
required this.basePrice,
required this.discountedPrice,
required this.currency,
required this.savedAmount,
this.isBookingHistory = false
});