CheckoutWebView constructor
const
CheckoutWebView({})
Creates a new CheckoutWebView.
Implementation
const CheckoutWebView({
super.key,
required this.checkoutUrl,
required this.returnDeepLink,
required this.onReturn,
this.appBarTitle,
});