copy

fun copy(primaryContentColor: Color = this.primaryContentColor, weekTextColor: Color = this.weekTextColor, inactiveDateColor: Color = this.inactiveDateColor, selectedDateBackgroundColor: Color = this.selectedDateBackgroundColor, todayBackgroundColor: Color = this.todayBackgroundColor, todayTextColor: Color = this.todayTextColor, rangeBackgroundColor: Color = this.rangeBackgroundColor): DatePickerColors

Return

Returns a copy of this DatePickerColors with the given parameters applied.