CampoListaEstado constructor
Implementation
const CampoListaEstado({
super.key,
required this.estadoValue,
required this.onChanged,
this.modoCompacto = false,
this.regiao = Regiao.nacional,
this.icon,
this.onIconTap,
});
const CampoListaEstado({
super.key,
required this.estadoValue,
required this.onChanged,
this.modoCompacto = false,
this.regiao = Regiao.nacional,
this.icon,
this.onIconTap,
});