CountryDropdownState

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard