copy
fun copy(containerColor: Color = this.containerColor, labelColor: Color = this.labelColor, leadingIconColor: Color = this.leadingIconColor, trailingIconColor: Color = this.trailingIconColor, disabledContainerColor: Color = this.disabledContainerColor, disabledLabelColor: Color = this.disabledLabelColor, disabledLeadingIconColor: Color = this.disabledLeadingIconColor, disabledTrailingIconColor: Color = this.disabledTrailingIconColor, selectedContainerColor: Color = this.selectedContainerColor, disabledSelectedContainerColor: Color = this.disabledSelectedContainerColor, selectedLabelColor: Color = this.selectedLabelColor, selectedLeadingIconColor: Color = this.selectedLeadingIconColor, selectedTrailingIconColor: Color = this.selectedTrailingIconColor): SelectableChipColors
Returns a copy of this SelectableChipColors, optionally overriding some of the values. This uses the Color.Unspecified to mean “use the value from the source”