AppBridgeWebView constructor
const
AppBridgeWebView({
- Key? key,
- dynamic onWebViewCreated(
- WebViewController controller
- String? initialUrl,
- dynamic onPageStarted(
- String url
- dynamic onPageFinished(
- String url
- dynamic onWebResourceError(
- WebResourceError error
- Set<
Factory< ? gestureRecognizers,OneSequenceGestureRecognizer> > - String? initialHtmlContent,
Implementation
const AppBridgeWebView({
super.key,
this.onWebViewCreated,
this.initialUrl,
this.onPageStarted,
this.onPageFinished,
this.onWebResourceError,
this.gestureRecognizers,
this.initialHtmlContent,
});