BootpayHeroWebView constructor
BootpayHeroWebView({
- Key? key,
- required GlobalKey<
State< webViewKey,StatefulWidget> > - required WebViewController controller,
Implementation
BootpayHeroWebView({
Key? key,
required this.webViewKey,
// this.onCloseWidget,
required this.controller
}) : super(key: key);