LocaleWidget constructor
const
LocaleWidget({})
Implementation
const LocaleWidget({
super.key,
this.child = const SizedBox(),
this.supportedLocales = const [
Locale('en', 'US'),
],
this.defaultLocale,
});