Start native apps faster with the Composables CLI ->
Class

TooltipAnchorPosition

Source set: Common
public class TooltipAnchorPosition private constructor(private val value: Int)

Members

Companion

Source set: Common
public companion object

Properties

Above

Source set: Common
public val Above: TooltipAnchorPosition

Places the tooltip above the anchor

Below

Source set: Common
public val Below: TooltipAnchorPosition

Places the tooltip below the anchor

Left

Source set: Common
public val Left: TooltipAnchorPosition

Places the tooltip on the left of the anchor

Source set: Common
public val Right: TooltipAnchorPosition

Places the tooltip on the right of the anchor

Start

Source set: Common
public val Start: TooltipAnchorPosition

Places the tooltip at the start of the anchor

End

Source set: Common
public val End: TooltipAnchorPosition

Places the tooltip at the end of the anchor