NiceLocaleManager constructor
const
NiceLocaleManager({})
Implementation
const NiceLocaleManager({
super.key,
required this.locales,
required this.currentLocale,
this.onLocaleChanged,
this.overrides = const {},
this.onOverrideChanged,
this.showCompletionBadge = true,
});