CampoListaCidadeMap<T> constructor
const
CampoListaCidadeMap<T> ({})
Implementation
const CampoListaCidadeMap({
super.key,
this.value,
this.nomeEstadoOuUFOuIBGEouRegiao,
required this.onChanged,
this.validator,
this.label,
this.readOnly = false,
this.icon = Icons.location_city,
this.isAutoComplete = false,
this.useIbge = false,
required this.valueSelector,
});