RichTooltipColors


Summary

Public constructors

RichTooltipColors(
    containerColor: Color,
    contentColor: Color,
    titleContentColor: Color,
    actionContentColor: Color
)
Cmn

Public functions

RichTooltipColors
copy(
    containerColor: Color,
    contentColor: Color,
    titleContentColor: Color,
    actionContentColor: Color
)

Returns a copy of this RichTooltipColors, optionally overriding some of the values.

Cmn
open operator Boolean
equals(other: Any?)
Cmn
open Int
Cmn

Public constructors

RichTooltipColors

RichTooltipColors(
    containerColor: Color,
    contentColor: Color,
    titleContentColor: Color,
    actionContentColor: Color
)

Public functions

copy

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”

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

actionContentColor

val actionContentColorColor

containerColor

val containerColorColor

contentColor

val contentColorColor

titleContentColor

val titleContentColorColor