menu
mncapps package
documentation
widget/inappwebview.dart
InAppWebview
InAppWebview const constructor
InAppWebview const constructor
dark_mode
light_mode
InAppWebview
constructor
const
InAppWebview
(
{
Key
?
key
,
required
String
url
,
})
Implementation
const InAppWebview({Key? key, required this.url}) : super(key: key);
mncapps package
documentation
widget/inappwebview
InAppWebview
InAppWebview const constructor
InAppWebview class