WebViewAppBar constructor

const WebViewAppBar({
  1. Key? key,
  2. required WebViewNotifier notifier,
  3. List<Widget>? actions,
})

Implementation

const WebViewAppBar({
  super.key,
  required this.notifier,
  this.actions,
});