WebViewNotifierHost constructor
- Key? key,
- WebViewNotifier? notifier,
- required WebViewNotifierChildBuilder builder,
Implementation
const WebViewNotifierHost({
super.key,
this.notifier,
required this.builder,
});
const WebViewNotifierHost({
super.key,
this.notifier,
required this.builder,
});