RichTooltip
Rich text tooltip that allows the user to pass in a title, text, and action. Tooltips are used to provide a descriptive message.
Usually used with TooltipBox
Parameters
the Modifier to be applied to the tooltip.
An optional title for the tooltip.
An optional action for the tooltip.
DpSize for the caret of the tooltip, if a default caret is desired with a specific dimension. Please see TooltipDefaults.caretSize to see the default dimensions. Pass in Dp.Unspecified for this parameter if no caret is desired.
the Shape that should be applied to the tooltip container.
RichTooltipColors that will be applied to the tooltip's container and content.
the tonal elevation of the tooltip.
the shadow elevation of the tooltip.
the composable that will be used to populate the rich tooltip's text.