Country Row
abstract fun CountryRow(countrySearchItem: CountrySearchItem, searchedText: String, onClick: () -> Unit)
Render a row for a country in the country picker bottom sheet.
Parameters
country Search Item
The CountrySearchItem to display.
searched Text
The text entered in the search field.
on Click
The action to perform when the country row is clicked.