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