menu
mzgs_flutter_helper package
documentation
web.dart
WebPage
WebPage.new const constructor
WebPage.new const constructor
dark_mode
light_mode
WebPage
constructor
const
WebPage
(
String
url
, {
Key
?
key
,
String
?
title
,
})
Implementation
const WebPage(this.url, {Key? key, this.title}) : super(key: key);
mzgs_flutter_helper package
documentation
web
WebPage
WebPage.new const constructor
WebPage class