copy
fun copy(focusedTextColor: Color = this.focusedTextColor, unfocusedTextColor: Color = this.unfocusedTextColor, disabledTextColor: Color = this.disabledTextColor, errorTextColor: Color = this.errorTextColor, focusedContainerColor: Color = this.focusedContainerColor, unfocusedContainerColor: Color = this.unfocusedContainerColor, disabledContainerColor: Color = this.disabledContainerColor, errorContainerColor: Color = this.errorContainerColor, cursorColor: Color = this.cursorColor, errorCursorColor: Color = this.errorCursorColor, textSelectionColors: TextSelectionColors? = this.textSelectionColors, focusedIndicatorColor: Color = this.focusedIndicatorColor, unfocusedIndicatorColor: Color = this.unfocusedIndicatorColor, disabledIndicatorColor: Color = this.disabledIndicatorColor, errorIndicatorColor: Color = this.errorIndicatorColor, focusedLeadingIconColor: Color = this.focusedLeadingIconColor, unfocusedLeadingIconColor: Color = this.unfocusedLeadingIconColor, disabledLeadingIconColor: Color = this.disabledLeadingIconColor, errorLeadingIconColor: Color = this.errorLeadingIconColor, focusedTrailingIconColor: Color = this.focusedTrailingIconColor, unfocusedTrailingIconColor: Color = this.unfocusedTrailingIconColor, disabledTrailingIconColor: Color = this.disabledTrailingIconColor, errorTrailingIconColor: Color = this.errorTrailingIconColor, focusedLabelColor: Color = this.focusedLabelColor, unfocusedLabelColor: Color = this.unfocusedLabelColor, disabledLabelColor: Color = this.disabledLabelColor, errorLabelColor: Color = this.errorLabelColor, focusedPlaceholderColor: Color = this.focusedPlaceholderColor, unfocusedPlaceholderColor: Color = this.unfocusedPlaceholderColor, disabledPlaceholderColor: Color = this.disabledPlaceholderColor, errorPlaceholderColor: Color = this.errorPlaceholderColor, focusedSupportingTextColor: Color = this.focusedSupportingTextColor, unfocusedSupportingTextColor: Color = this.unfocusedSupportingTextColor, disabledSupportingTextColor: Color = this.disabledSupportingTextColor, errorSupportingTextColor: Color = this.errorSupportingTextColor, focusedPrefixColor: Color = this.focusedPrefixColor, unfocusedPrefixColor: Color = this.unfocusedPrefixColor, disabledPrefixColor: Color = this.disabledPrefixColor, errorPrefixColor: Color = this.errorPrefixColor, focusedSuffixColor: Color = this.focusedSuffixColor, unfocusedSuffixColor: Color = this.unfocusedSuffixColor, disabledSuffixColor: Color = this.disabledSuffixColor, errorSuffixColor: Color = this.errorSuffixColor): TextFieldColors
Returns a copy of this ChipColors, optionally overriding some of the values. This uses the Color.Unspecified to mean “use the value from the source”