LanguageButton constructor
Implementation
const LanguageButton({
super.key,
required this.supportedLocales,
required this.currentLanguageIndex,
required this.handleLanguageSelect,
this.showTooltipBelow = true,
required this.title,
this.compact = true,
});