copy
fun copy(activeContainerColor: Color = this.activeContainerColor, activeContentColor: Color = this.activeContentColor, activeBorderColor: Color = this.activeBorderColor, inactiveContainerColor: Color = this.inactiveContainerColor, inactiveContentColor: Color = this.inactiveContentColor, inactiveBorderColor: Color = this.inactiveBorderColor, disabledActiveContainerColor: Color = this.disabledActiveContainerColor, disabledActiveContentColor: Color = this.disabledActiveContentColor, disabledActiveBorderColor: Color = this.disabledActiveBorderColor, disabledInactiveContainerColor: Color = this.disabledInactiveContainerColor, disabledInactiveContentColor: Color = this.disabledInactiveContentColor, disabledInactiveBorderColor: Color = this.disabledInactiveBorderColor): SegmentedButtonColors
Returns a copy of this ChipColors, optionally overriding some of the ues. This uses the Color.Unspecified to mean “use the value from the source”