PopupScope

@Immutable
class PopupScope(val placement: PopupPlacement?) : BoxScope(source)

The scope for the content of a popup.

Note that this is essentially a BoxScope with some extra information added to it relevant to popups.

Constructors

Link copied to clipboard
constructor(placement: PopupPlacement?)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun Modifier.align(alignment: Alignment): Modifier