PaystackPaymentCheckOutPage constructor

const PaystackPaymentCheckOutPage({
  1. Key? key,
  2. required PaymentInfo paymentInfo,
})

Implementation

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