WebViewAppBar constructor
- Key? key,
- required WebViewNotifier notifier,
- List<
Widget> ? actions,
Implementation
const WebViewAppBar({
super.key,
required this.notifier,
this.actions,
});
const WebViewAppBar({
super.key,
required this.notifier,
this.actions,
});