CampoListaCidade constructor
const
CampoListaCidade({ - Key? key,
- Cidade? value,
- dynamic nomeEstadoOuUFOuIBGEouRegiao,
- required void onChanged(
- Cidade?
),
- String? validator(
- Cidade?
)?,
- String? label,
- bool readOnly = false,
- IconData? icon = Icons.location_city,
- bool isAutoComplete = false,
- bool useIbge = false,
})
Implementation
const CampoListaCidade({
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,
});