WebView constructor
const
WebView({})
Implementation
const WebView({
super.key,
required this.firstUrl,
required this.controller,
this.headers = const <String, String>{},
});
const WebView({
super.key,
required this.firstUrl,
required this.controller,
this.headers = const <String, String>{},
});