Dropdown Colors
data class DropdownColors(val contentColor: Color, val summaryColor: Color, val containerColor: Color, val selectedContentColor: Color, val selectedSummaryColor: Color, val selectedContainerColor: Color, val selectedIndicatorColor: Color)
Colors used by dropdown option rows.
Parameters
content Color
The text color of an unselected option.
summary Color
The summary text color of an unselected option.
container Color
The background color of an unselected option.
selected Content Color
The text color of the selected option.
selected Summary Color
The summary text color of the selected option.
selected Container Color
The background color of the selected option.
selected Indicator Color
The color of the selected indicator icon.