UiLanguageSelectionSheet constructor
const
UiLanguageSelectionSheet({})
Implementation
const UiLanguageSelectionSheet({
super.key,
required this.locales,
required this.currentLocale,
required this.onLocaleSelected,
this.headerText = "Select Language",
this.headerStyle,
this.backgroundColor,
this.checkIconColor = Colors.green,
this.checkIconSize = 20,
this.borderRadius = 16,
});