menu
l10n_flutter package
documentation
examples/l10n_demo3_app.dart
HomePage
HomePage const constructor
HomePage const constructor
dark_mode
light_mode
HomePage
constructor
const
HomePage
(
String
route
, {
Key
?
key
,
})
Implementation
const HomePage(String route, {Key? key}) : super(route, L10nHome.content, key: key);
l10n_flutter package
documentation
examples/l10n_demo3_app
HomePage
HomePage const constructor
HomePage class