copy
fun copy(thumbColor: Color = this.thumbColor, activeTrackColor: Color = this.activeTrackColor, activeTickColor: Color = this.activeTickColor, inactiveTrackColor: Color = this.inactiveTrackColor, inactiveTickColor: Color = this.inactiveTickColor, disabledThumbColor: Color = this.disabledThumbColor, disabledActiveTrackColor: Color = this.disabledActiveTrackColor, disabledActiveTickColor: Color = this.disabledActiveTickColor, disabledInactiveTrackColor: Color = this.disabledInactiveTrackColor, disabledInactiveTickColor: Color = this.disabledInactiveTickColor): SliderColors
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”