CityDropdownField constructor
const
CityDropdownField({})
Implementation
const CityDropdownField({
super.key,
this.initialValue,
this.stateId,
this.onChanged,
this.errorText,
this.enabled = true,
this.label = 'City',
this.hint = 'Select city',
});