LanguagePickerDropdown constructor
LanguagePickerDropdown({
- Key? key,
- ItemBuilder? itemBuilder,
- String? initialValue,
- ValueChanged<
Language> ? onValuePicked, - List<
Map< ? languagesList,String, String> >
Implementation
LanguagePickerDropdown(
{Key? key,
this.itemBuilder,
this.initialValue,
this.onValuePicked,
this.languagesList})
: super(key: key);