Source set: Common
@ExperimentalMaterial3Api
value class TooltipAnchorPosition private constructor(private val value: Int)
Companion Object
Properties
Source set: Common
val Above
Places the tooltip above the anchor
Source set: Common
val Below
Places the tooltip below the anchor
Source set: Common
val Left
Places the tooltip on the left of the anchor
Source set: Common
val Right
Places the tooltip on the right of the anchor
Source set: Common
val Start
Places the tooltip at the start of the anchor
Source set: Common
val End
Places the tooltip at the end of the anchor