StateDropdownField constructor
const
StateDropdownField({
- Key? key,
- StateModel? initialValue,
- String? countryId,
- ValueChanged<
StateModel?> ? onChanged, - String? errorText,
- bool enabled = true,
- String label = 'State',
- String hint = 'Select state',
Implementation
const StateDropdownField({
super.key,
this.initialValue,
this.countryId,
this.onChanged,
this.errorText,
this.enabled = true,
this.label = 'State',
this.hint = 'Select state',
});