AndroidWebViewConfiguration constructor
const
AndroidWebViewConfiguration({})
Creates an instance of AndroidWebViewConfiguration with default values.
Implementation
const AndroidWebViewConfiguration({
this.enableSlowWholeDocumentDraw = true,
this.useWideViewPort = true,
this.loadWithOverviewMode = true,
this.setSupportZoom = true,
this.builtInZoomControls = true,
this.displayZoomControls = false,
this.layoutAlgorithm = AndroidWebViewLayoutAlgorithm.normal,
});