badgeColor

@Composable
abstract fun badgeColor(selected: Boolean): State<Color>

Represents the badge color for this item, depending on whether it is selected.

Parameters

selected

whether the item is selected