PaymentWebView constructor

const PaymentWebView({
  1. String? htmlContent,
  2. String? url,
})

Implementation

const PaymentWebView({this.htmlContent, this.url});