CountryDropdownState

constructor(expanded: Boolean = false, countries: List<Country> = listOf(), selectedCountry: Country? = Country(name = "United States", code = "US"))(source)