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