copy
fun copy(containerColor: Color = this.containerColor, labelColor: Color = this.labelColor, leadingIconContentColor: Color = this.leadingIconContentColor, trailingIconContentColor: Color = this.trailingIconContentColor, disabledContainerColor: Color = this.disabledContainerColor, disabledLabelColor: Color = this.disabledLabelColor, disabledLeadingIconContentColor: Color = this.disabledLeadingIconContentColor, disabledTrailingIconContentColor: Color = this.disabledTrailingIconContentColor): ChipColors
Returns a copy of this ChipColors, optionally overriding some of the values. This uses the Color.Unspecified to mean “use the value from the source”