WebView constructor
const
WebView(})
Implementation
const WebView(this.url,
{Key? key,
this.jsChannel,
this.onMessageReceived,
this.onGetTitle,
this.onNavigation})
: super(key: key);
const WebView(this.url,
{Key? key,
this.jsChannel,
this.onMessageReceived,
this.onGetTitle,
this.onNavigation})
: super(key: key);