CustomWebView constructor
const
CustomWebView({})
Implementation
const CustomWebView({
Key? key,
required this.url,
this.javascriptEnabled = true,
this.onPageStarted,
this.onPageFinished,
this.onError,
this.onPaymentComplete,
}) : super(key: key);