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