`--- a/packages/webview_flutter/example/lib/main.dart +++ b/packages/webview_flutter/example/lib/main.dart @override Widget build(BuildContext context) { return Scaffold(
-
backgroundColor: Color.fromARGB(0, 0, 0, 0), -
// backgroundColor: Colors.green, appBar: AppBar( title: const Text('Flutter WebView example'),
`