RichTooltipColors
-
Cmn
@ExperimentalMaterial3Api
class RichTooltipColors
Summary
Public constructors |
|
|---|---|
RichTooltipColors( |
Cmn
|
Public functions |
||
|---|---|---|
RichTooltipColors |
copy(Returns a copy of this RichTooltipColors, optionally overriding some of the values. |
Cmn
|
open operator Boolean |
Cmn
|
|
open Int |
hashCode() |
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”