BadgeVibrants

@Immutable
class BadgeVibrants

Holds Vibrants for Badge

Properties

Link copied to clipboard

Vibrant for background.

Link copied to clipboard

Vibrant for content.

Functions

Link copied to clipboard
@Stable
fun copy(backgroundVibrants: Vibrant = this.backgroundVibrants, contentVibrants: Vibrant = this.contentVibrants): BadgeVibrants

Create a new BadgeVibrants instance with expected background color and content color.

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