menu
flutter_dynamic_translator package
documentation
example/example.dart
MyHomePage
MyHomePage.new const constructor
MyHomePage.new const constructor
dark_mode
light_mode
MyHomePage
constructor
const
MyHomePage
(
{
Key
?
key
,
required
String
currentLocale
,
required
dynamic
onLocaleChanged
(
String
),
})
Implementation
const MyHomePage({ super.key, required this.currentLocale, required this.onLocaleChanged, });
flutter_dynamic_translator package
documentation
example/example
MyHomePage
MyHomePage.new const constructor
MyHomePage class