NotifierWebView constructor

const NotifierWebView({
  1. Key? key,
  2. required WebViewNotifier notifier,
  3. URLRequest? initialUrlRequest,
  4. InAppWebViewSettings? initialSettings,
})

Implementation

const NotifierWebView({
  super.key,
  required this.notifier,
  this.initialUrlRequest,
  this.initialSettings,
});