MenuItemVibrants

@Immutable
class MenuItemVibrants

Class that holds Vibrants config for MenuItem.

Parameters

containerVibrant

Vibrant for container.

titleVibrant

Vibrant for title.

subtitleVibrant

Vibrant for subtitle.

Properties

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

Functions

Link copied to clipboard
fun copy(containerVibrant: Vibrant = this.containerVibrant, titleVibrant: Vibrant = this.titleVibrant, subtitleVibrant: Vibrant = this.subtitleVibrant): MenuItemVibrants

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