CountryRow

abstract fun CountryRow(countrySearchItem: CountrySearchItem, searchedText: String, onClick: () -> Unit)

Render a row for a country in the country picker bottom sheet.

Parameters

countrySearchItem

The CountrySearchItem to display.

searchedText

The text entered in the search field.

onClick

The action to perform when the country row is clicked.