ToggleableChipVibrants
Vibrants for ToggleableChip.
Parameters
contentVibrant
Vibrant for label and icon.
backgroundVibrant
Vibrant for background.
Properties
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.