copy
fun copy(textVibrant: Vibrant = this.textVibrant, backgroundVibrant: Vibrant = this.backgroundVibrant, focusedVibrant: Vibrant = this.focusedVibrant, placeholderVibrant: Vibrant = this.placeholderVibrant, errorVibrant: Vibrant = this.errorVibrant): TextFieldVibrants
copy to a new instance
Return
The new TextFieldVibrants instance with expected colors. See parameter list for color list.