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