PaymentWebView constructor
const
PaymentWebView({
- Key? key,
- required String url,
- required AppTranslations tr,
Implementation
const PaymentWebView({super.key, required this.url, required this.tr});