ZaptWebView constructor

const ZaptWebView({
  1. Key? key,
  2. String? initialURL,
  3. bool? activeTTS,
  4. String? injectedJavaScript,
  5. ZaptWebViewCreatedCallback? onZaptWebViewCreated,
})

Implementation

const ZaptWebView({
  super.key,
  this.initialURL,
  this.activeTTS,
  this.injectedJavaScript,
  this.onZaptWebViewCreated,
});