PaymentConfirmationWidget constructor
const
PaymentConfirmationWidget({})
Implementation
const PaymentConfirmationWidget({
super.key,
required this.shippingInfo,
required this.selectedItems,
required this.totalPrice,
required this.userBalance,
required this.onPaymentSuccess,
});