WebView constructor

const WebView(
  1. WebViewController controller, {
  2. Key? key,
})

Implementation

const WebView(this.controller, {Key? key}) : super(key: key);