PaystackPaymentCheckOutPage constructor
const
PaystackPaymentCheckOutPage({
- Key? key,
- required PaymentInfo paymentInfo,
Implementation
const PaystackPaymentCheckOutPage({
Key? key,
required this.paymentInfo,
}) : super(key: key);