NumberFieldVibrants

@Immutable
class NumberFieldVibrants

The vibrants for NumberField.

Parameters

contentVibrant

The Vibrant of the text.

backgroundVibrant

The Vibrant of the background.

focusedVibrant

The Vibrant of the background when focused.

errorVibrant

The Vibrant of the background when error.

Properties

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

Functions

Link copied to clipboard
fun copy(contentVibrant: Vibrant = this.contentVibrant, backgroundVibrant: Vibrant = this.backgroundVibrant, focusedVibrant: Vibrant = this.focusedVibrant, errorVibrant: Vibrant = this.errorVibrant): NumberFieldVibrants

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