menu
fluo package
documentation
widgets/webview.dart
Webview
Webview const constructor
Webview const constructor
dark_mode
light_mode
Webview
constructor
const
Webview
(
{
Key
?
key
,
required
String
url
,
required
dynamic
onClosePressed
(),
})
Implementation
const Webview({ super.key, required this.url, required this.onClosePressed, });
fluo package
documentation
widgets/webview
Webview
Webview const constructor
Webview class