OptionColors
The colors used by Option
Properties
Functions
Link copied to clipboard
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.