PaymentScreen constructor

const PaymentScreen({
  1. Key? key,
  2. required String paymentURL,
})

Implementation

const PaymentScreen({
  super.key,
  required this.paymentURL,
});