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