DropdownColors

constructor(contentColor: Color, summaryColor: Color, containerColor: Color, selectedContentColor: Color, selectedSummaryColor: Color, selectedContainerColor: Color, selectedIndicatorColor: Color)

Parameters

contentColor

The text color of an unselected option.

summaryColor

The summary text color of an unselected option.

containerColor

The background color of an unselected option.

selectedContentColor

The text color of the selected option.

selectedSummaryColor

The summary text color of the selected option.

selectedContainerColor

The background color of the selected option.

selectedIndicatorColor

The color of the selected indicator icon.