PaymentWebview constructor

const PaymentWebview({
  1. Key? key,
  2. required String paymentLink,
})

Implementation

const PaymentWebview({Key? key, required this.paymentLink}) : super(key: key);