copy
fun copy(containerColor: Color = this.containerColor, headlineColor: Color = this.headlineColor, leadingIconColor: Color = this.leadingIconColor, overlineColor: Color = this.overlineColor, supportingTextColor: Color = this.supportingTextColor, trailingIconColor: Color = this.trailingIconColor, disabledHeadlineColor: Color = this.disabledHeadlineColor, disabledLeadingIconColor: Color = this.disabledLeadingIconColor, disabledTrailingIconColor: Color = this.disabledTrailingIconColor): ListItemColors
Returns a copy of this ListItemColors, optionally overriding some of the values. This uses the Color.Unspecified to mean “use the value from the source”