CurrencyItem
fun CurrencyItem(country: Country, selected: Boolean, onClick: () -> Unit, modifier: Modifier = Modifier, locale: String? = null)
Default currency row showing the flag, country name, currency name, and code.
Parameters
country
Country to display
selected
Whether the country is selected
onClick
Callback invoked when the row is clicked
modifier
Modifier applied to the row
locale
BCP 47 language tag, or null for system default