Dropdown Colors
Colors used by dropdown option rows.
Parameters
The text color of an unselected option.
The summary text color of an unselected option.
The background color of an unselected option.
The text color of the selected option.
The summary text color of the selected option.
The background color of the selected option.
The color of the selected indicator icon.
The text color of a disabled option. Defaults to contentColor so existing constructor calls keep compiling; DropdownDefaults.dropdownColors supplies the COUI value.
The text color of an alert (destructive) option. Defaults to contentColor, i.e. no alert tint unless a caller opts in.
The title color of a DropdownHeaderItem group header row. Defaults to summaryColor, which already carries the same couiColorLabelSecondary value.