rememberPlainTooltipPositionProvider

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

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

Parameters

spacingBetweenTooltipAndAnchor

the spacing between the tooltip and the anchor content.