EmptyState
fun EmptyState(title: String, modifier: Modifier = Modifier, body: String? = null, icon: ImageVector? = null, action: @Composable () -> Unit? = null)
The succeeded-but-nothing-here sibling of LoadingState. Distinct from ErrorState on purpose: "no search results" is a normal outcome and must not be painted in the error colour.