Tooltip

constructor(pos: Int, above: Boolean = false, strictSide: Boolean = false, content: @Composable () -> Unit)

Parameters

pos

Document position where the tooltip is anchored.

above

If true, show the tooltip above the anchor; otherwise below.

strictSide

If true, don't flip the tooltip even if it goes off-screen.

content

The composable that renders the tooltip body.