const WebView({ Key? key, required this.backgroundColor, required this.initialUrl, required this.onPageFinished, }) : super(key: key);