Webview constructor

const Webview(
  1. WebviewController controller, {
  2. double? width,
  3. double? height,
  4. PermissionRequestedDelegate? permissionRequested,
  5. double? scaleFactor,
  6. FilterQuality filterQuality = FilterQuality.none,
})

Implementation

const Webview(this.controller,
    {this.width,
    this.height,
    this.permissionRequested,
    this.scaleFactor,
    this.filterQuality = FilterQuality.none});