copy
fun copy(checkedThumbColor: Color = this.checkedThumbColor, checkedTrackColor: Color = this.checkedTrackColor, checkedBorderColor: Color = this.checkedBorderColor, checkedIconColor: Color = this.checkedIconColor, uncheckedThumbColor: Color = this.uncheckedThumbColor, uncheckedTrackColor: Color = this.uncheckedTrackColor, uncheckedBorderColor: Color = this.uncheckedBorderColor, uncheckedIconColor: Color = this.uncheckedIconColor, disabledCheckedThumbColor: Color = this.disabledCheckedThumbColor, disabledCheckedTrackColor: Color = this.disabledCheckedTrackColor, disabledCheckedBorderColor: Color = this.disabledCheckedBorderColor, disabledCheckedIconColor: Color = this.disabledCheckedIconColor, disabledUncheckedThumbColor: Color = this.disabledUncheckedThumbColor, disabledUncheckedTrackColor: Color = this.disabledUncheckedTrackColor, disabledUncheckedBorderColor: Color = this.disabledUncheckedBorderColor, disabledUncheckedIconColor: Color = this.disabledUncheckedIconColor): SwitchColors
Returns a copy of this SwitchColors, optionally overriding some of the values. This uses the Color.Unspecified to mean “use the value from the source”