menu
at_onboarding_flutter package
documentation
screens/web_view_screen.dart
WebViewScreen
WebViewScreen const constructor
WebViewScreen const constructor
dark_mode
light_mode
WebViewScreen
constructor
const
WebViewScreen
(
{
Key
?
key
,
String
?
url
,
String
?
title
,
})
Implementation
const WebViewScreen({Key? key, this.url, this.title}) : super(key: key);
at_onboarding_flutter package
documentation
screens/web_view_screen
WebViewScreen
WebViewScreen const constructor
WebViewScreen class