OptionColors

@Immutable
class OptionColors

The colors used by Option

Properties

Link copied to clipboard

The background color when option is checked

Link copied to clipboard

The content color when option is checked

Link copied to clipboard

The background color when option is unchecked

Link copied to clipboard

The content color when option is unchecked

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.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int