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.