PopupTileRenderer
Types
Link copied to clipboard
class SafePopupPositionProvider(alignment: AlignmentSchema.TwoDimensional, offset: IntOffset) : PopupPositionProvider
Positions the popup relative to the anchor's bounds on the side(s) indicated by alignment. Vertically, Top/Bottom always place the popup fully above/below the anchor (never overlapping it) plus IntOffset.y of gap, and Center centers it on the anchor's vertical axis. Horizontally, behavior depends on whether the alignment is a true corner (TopStart/TopEnd/BottomStart/BottomEnd) or a pure side flyout (CenterStart/CenterEnd):
Functions
Link copied to clipboard
Renders tileSchema as Compose UI.