Composables UI is out: our new component library for Compose Multiplatform ->
Interface

DropdownMenuPopupPositionProvider

PopupPositionProvider that communicates the TransformOrigin to dropdown menu's implementation.

Source set: Common
interface DropdownMenuPopupPositionProvider : PopupPositionProvider

PopupPositionProvider that communicates the TransformOrigin to dropdown menu's implementation.

Properties

transformOrigin

Source set: Common
val transformOrigin: TransformOrigin

The calculated TransformOrigin of the dropdown menu popup relative to its anchor.

This origin is used to animate (e.g. scale) the menu from the correct point relative to where the menu is positioned.

Last updated: