languages property
List of languages available in this picker.
Defaults to Languages.defaultLanguages. Treat the list you pass as immutable: changing it in place does not rebuild the picker, while passing a different list does.
Implementation
final List<Language>? languages;