TooltipAnchorPosition
Class
Common
@ExperimentalMaterial3Api
value class TooltipAnchorPosition private constructor(private val value: Int)
Companion Object
Properties
Common
val Above = TooltipAnchorPosition(1)
Places the tooltip above the anchor
Common
val Below = TooltipAnchorPosition(2)
Places the tooltip below the anchor
Common
val Left = TooltipAnchorPosition(3)
Places the tooltip on the left of the anchor
Common
val Right = TooltipAnchorPosition(4)
Places the tooltip on the right of the anchor
Common
val Start = TooltipAnchorPosition(5)
Places the tooltip at the start of the anchor
Common
val End = TooltipAnchorPosition(6)
Places the tooltip at the end of the anchor