TextFieldVibrants

@Immutable
class TextFieldVibrants

Holds Vibrant config for TextField

Parameters

textVibrant

Vibrant for editable text.

backgroundVibrant

Vibrant for background.

focusedVibrant

Vibrant for background when focused.

placeholderVibrant

Vibrant for placeholder text.

errorVibrant

Vibrant for error tips.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
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

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int