RichTooltipColors

@Stable
@Immutable
class RichTooltipColors(val containerColor: Color, val contentColor: Color, val titleContentColor: Color, val actionContentColor: Color)

Constructors

Link copied to clipboard
constructor(containerColor: Color, contentColor: Color, titleContentColor: Color, actionContentColor: Color)

Properties

Link copied to clipboard
Link copied to clipboard
val containerColor: Color
Link copied to clipboard
val contentColor: Color
Link copied to clipboard

Functions

Link copied to clipboard
fun copy(containerColor: Color = this.containerColor, contentColor: Color = this.contentColor, titleContentColor: Color = this.titleContentColor, actionContentColor: Color = this.actionContentColor): RichTooltipColors

Returns a copy of this RichTooltipColors, optionally overriding some of the values. This uses the Color.Unspecified to mean “use the value from the source”

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