PopupLayoutPosition

data class PopupLayoutPosition(val showBelow: Boolean, val showAbove: Boolean, val isRightAligned: Boolean)

Describes how the popup is placed relative to its anchor, used to drive the directional reveal and transform origin.

Constructors

Link copied to clipboard
constructor(showBelow: Boolean, showAbove: Boolean, isRightAligned: Boolean)

Properties

Link copied to clipboard

Whether the popup is aligned to the right edge of the anchor.

Link copied to clipboard

Whether the popup is shown above the anchor.

Link copied to clipboard

Whether the popup is shown below the anchor.