iconColor

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

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

Parameters

selected

whether the item is selected