Companion

object Companion

companion object

Functions

Link copied to clipboard
fun bottom(anchorContainer: ContainerProxy, offset: Dp = Dp.Unspecified): Placement

Below the anchor window.

Link copied to clipboard
fun left(anchorContainer: ContainerProxy, offset: Dp = Dp.Unspecified): Placement

Left of the anchor window.

Link copied to clipboard

None.

Link copied to clipboard
fun placement(anchorContainer: ContainerProxy, orientation: Placement.Orientation, offset: Dp = Dp.Unspecified): Placement

Custom placement.

Link copied to clipboard
fun right(anchorContainer: ContainerProxy, offset: Dp = Dp.Unspecified): Placement

Right of the anchor window.

Link copied to clipboard
fun top(anchorContainer: ContainerProxy, offset: Dp = Dp.Unspecified): Placement

Above the anchor window.