copy
fun copy(backgroundColor: Color = this.backgroundColor, leadingColor: Color = this.leadingColor, headlineColor: Color = this.headlineColor, supportingColor: Color = this.supportingColor, trailingColor: Color = this.trailingColor): ListItemColors
copy a new instance
Return
The new ListItemColors with expected colors. See parameter list for color list.