BootpayHeroWebView constructor

BootpayHeroWebView({
  1. Key? key,
  2. required GlobalKey<State<StatefulWidget>> webViewKey,
  3. required WebViewController controller,
})

Implementation

BootpayHeroWebView({
  Key? key,
  required this.webViewKey,
  // this.onCloseWidget,
  required this.controller
}) : super(key: key);