NiceLanguageSelector constructor
const
NiceLanguageSelector({
- Key? key,
- required String currentLocale,
- required List<
NiceLocaleOption> locales, - void onLocaleChanged(
- String query
- NiceLanguageSelectorStyle style = NiceLanguageSelectorStyle.dropdown,
Implementation
const NiceLanguageSelector({
super.key,
required this.currentLocale,
required this.locales,
this.onLocaleChanged,
this.style = NiceLanguageSelectorStyle.dropdown,
});