CountryPickerDropdown constructor
CountryPickerDropdown({
- ItemFilter? itemFilter,
- ItemBuilder? itemBuilder,
- String? initialValue,
- ValueChanged<
Country?> ? onValuePicked,
Implementation
CountryPickerDropdown({
this.itemFilter,
this.itemBuilder,
this.initialValue,
this.onValuePicked,
});