containerColor

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

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

Parameters

selected

whether the item is selected