SegmentControlColors

@Immutable
class SegmentControlColors

The colors used in the segment control.

Functions

Link copied to clipboard
fun copy(itemBackgroundColor: Color = this.itemBackgroundColor, itemContentColor: Color = this.itemContentColor, selectedItemBackgroundColor: Color = this.selectedItemBackgroundColor, selectedItemContentColor: Color = this.selectedItemContentColor): SegmentControlColors

Returns a copy of this SegmentControlColors 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