PopoverAnchors

data class PopoverAnchors(val parent: Alignment, val popover: Alignment)

PopoverAnchors declares the two points that meet when showing a popup. For example, if parent = Alignment.BottomStart and popover = Alignment.TopStart, the popover's top left corner will meet the parents bottom left corner

Constructors

Link copied to clipboard
constructor(parent: Alignment, popover: Alignment)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard