menu
hubble_main package
documentation
app/view/generic_web_view/generic_web_view.dart
GenericWebView
GenericWebView.new const constructor
GenericWebView.new const constructor
dark_mode
light_mode
GenericWebView
constructor
const
GenericWebView
(
{
Key
?
key
,
required
String
url
,
required
String
title
,
})
Implementation
const GenericWebView({super.key, required this.url, required this.title});
hubble_main package
documentation
app/view/generic_web_view/generic_web_view
GenericWebView
GenericWebView.new const constructor
GenericWebView class