Rich Tooltip Colors
data class RichTooltipColors(val containerColor: Color, val contentColor: Color, val titleContentColor: Color, val actionContentColor: Color)
Colors for RichTooltip.
Parameters
container Color
container color of the rich tooltip.
content Color
color of the rich tooltip body text.
title Content Color
color of the rich tooltip title.
action Content Color
color of the rich tooltip action label.