menu
culicidaelab
screens\webview_screen.dart
WebViewScreen
WebViewScreen const constructor
WebViewScreen
dark_mode
light_mode
WebViewScreen
constructor
const
WebViewScreen
(
{
Key
?
key
,
required
String
title
,
required
String
url
,
})
Implementation
const WebViewScreen({Key? key, required this.title, required this.url}) : super(key: key);
culicidaelab
webview_screen
WebViewScreen
WebViewScreen const constructor
WebViewScreen class