PaymentWebView constructor

const PaymentWebView({
  1. Key? key,
  2. required String url,
  3. required AppTranslations tr,
})

Implementation

const PaymentWebView({super.key, required this.url, required this.tr});