CountryDropdownField constructor
const
CountryDropdownField({
- Key? key,
- CountryModel? initialValue,
- ValueChanged<
CountryModel?> ? onChanged, - String? errorText,
- bool enabled = true,
- String label = 'Country',
- String hint = 'Select country',
Implementation
const CountryDropdownField({
super.key,
this.initialValue,
this.onChanged,
this.errorText,
this.enabled = true,
this.label = 'Country',
this.hint = 'Select country',
});