TooltipScope
Tooltip scope for TooltipBox to be used to obtain the LayoutCoordinates of the anchor content, and to draw a caret for the tooltip.
Functions
Link copied to clipboard
Modifier that is used to draw the caret for the tooltip. A LayoutCoordinates will be provided that can be used to obtain the bounds of the anchor content, which can be used to draw the caret more precisely. PlainTooltip and RichTooltip have default implementations for their caret.
Link copied to clipboard
@Composable
Plain tooltip that provides a descriptive message.
Link copied to clipboard
@Composable
Rich text tooltip that allows the user to pass in a title, text, and action. Tooltips are used to provide a descriptive message.