CountryItem

fun CountryItem(country: Country, selected: Boolean, onClick: () -> Unit, modifier: Modifier = Modifier, locale: String? = null)

Default country row showing the flag, localized name, and selection state.

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