PaymentWebView constructor
const
PaymentWebView({})
Implementation
const PaymentWebView({
Key? key,
this.title,
this.onPageStarted,
this.onPageFinished,
this.onDisposed,
this.onTapCloseButton,
required this.paymentRequestUrl,
}) : super(key: key);