copy
fun copy(checkedContainerColor: Color = this.checkedContainerColor, checkedContentColor: Color = this.checkedContentColor, unCheckedContainerColor: Color = this.unCheckedContainerColor, unCheckedContentColor: Color = this.unCheckedContentColor): OptionColors
Copy a new OptionColors instance from current with the given parameters applied.
Return
a new OptionColors instance