ListItemVibrants

@Immutable
class ListItemVibrants

Holds Vibrants for ListItem

Properties

Link copied to clipboard

Vibrant for background.

Link copied to clipboard

Vibrant for headline.

Link copied to clipboard

Vibrant for leading.

Link copied to clipboard

Vibrant for supporting.

Link copied to clipboard

Vibrant for trailing.

Functions

Link copied to clipboard
fun copy(backgroundVibrant: Vibrant = this.backgroundVibrant, leadingVibrant: Vibrant = this.leadingVibrant, headlineVibrant: Vibrant = this.headlineVibrant, supportingVibrant: Vibrant = this.supportingVibrant, trailingVibrant: Vibrant = this.trailingVibrant): ListItemVibrants

copy a new instance

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