remember List Popup Layout Info
fun rememberListPopupLayoutInfo(alignment: PopupPositionProvider.Align, popupPositionProvider: PopupPositionProvider, parentBounds: IntRect, popupContentSize: IntSize): ListPopupLayoutInfo
Computes and remembers the ListPopupLayoutInfo for a list popup from its anchor and content size.
Parameters
alignment
The PopupPositionProvider.Align of the popup relative to the window.
popup Position Provider
The PopupPositionProvider that computes the popup offset and margins.
parent Bounds
The bounds of the anchor (parent) component in window coordinates.
popup Content Size
The measured size of the popup content; IntSize.Zero before it is measured.