WebViewNotifierHost constructor

const WebViewNotifierHost({
  1. Key? key,
  2. WebViewNotifier? notifier,
  3. required WebViewNotifierChildBuilder builder,
})

Implementation

const WebViewNotifierHost({
  super.key,
  this.notifier,
  required this.builder,
});