textColor

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

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

Parameters

selected

whether the item is selected