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