EmptyContent
fun EmptyContent(modifier: Modifier = Modifier, label: String = "No countries found", description: String? = null)
Default empty state for CountryPicker when no countries match the current query.
Parameters
modifier
Modifier applied to the root column
label
Primary message
description
Optional supporting message below label