PaymentInfoPage constructor
const
PaymentInfoPage({})
Implementation
const PaymentInfoPage({
super.key,
required this.orderId,
required this.productId,
required this.payType,
required this.status,
});
const PaymentInfoPage({
super.key,
required this.orderId,
required this.productId,
required this.payType,
required this.status,
});