LanguageSelector constructor

const LanguageSelector({
  1. Key? key,
  2. Color? iconColor,
})

Implementation

const LanguageSelector({super.key, this.iconColor});