Webview constructor
const
Webview({
- Key? key,
- required String title,
- required String url,
- required VoidCallback onClosePressed,
Implementation
const Webview({
super.key,
required this.title,
required this.url,
required this.onClosePressed,
});