menu
webview_flutter package
documentation
webview_flutter.dart
UrlChange
UrlChange const constructor
UrlChange const constructor
dark_mode
light_mode
UrlChange
constructor
const
UrlChange
(
{
required
String
?
url
,
})
Creates a new
UrlChange
.
Implementation
const UrlChange({required this.url});
webview_flutter package
documentation
webview_flutter
UrlChange
UrlChange const constructor
UrlChange class