PopupTileRenderer

Types

Link copied to clipboard

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
open override fun TileRenderingScope.Render(tileSchema: PopupTileSchema)

Renders tileSchema as Compose UI.