CallingItem

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

Default calling-code row showing the flag, localized name, and calling 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