rememberRichTooltipPositionProvider

@Composable
fun rememberRichTooltipPositionProvider(spacingBetweenTooltipAndAnchor: Dp = SpacingBetweenTooltipAndAnchor): PopupPositionProvider

PopupPositionProvider that should be used with RichTooltip. It correctly positions the tooltip in respect to the anchor content.

Parameters

spacingBetweenTooltipAndAnchor

the spacing between the tooltip and the anchor content.