ToggleableChipVibrants

Vibrants for ToggleableChip.

Parameters

contentVibrant

Vibrant for label and icon.

backgroundVibrant

Vibrant for background.

Properties

Link copied to clipboard

Vibrant for background when toggle state is on.

Link copied to clipboard

Vibrant for label and icon when toggle state is on.

Functions

Link copied to clipboard
fun copy(contentVibrant: Vibrant = this.contentVibrant, backgroundVibrant: Vibrant = this.backgroundVibrant, activeContentVibrant: Vibrant = this.activeContentVibrant, activeBackgroundVibrant: Vibrant = this.activeBackgroundVibrant): ToggleableChipVibrants

Create a new ToggleableChipVibrants instance with the specified vibrant properties. If some vibrant values are not provided, the vibrant values of the current instance are used.

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