Overlay List Popup
A popup with a list of items.
Parameters
Whether the OverlayListPopup is shown.
The modifier to be applied to the OverlayListPopup.
The PopupPositionProvider of the OverlayListPopup.
The alignment of the OverlayListPopup.
Whether to enable window dimming when the OverlayListPopup is shown.
The callback when the OverlayListPopup is dismissed.
The callback when the OverlayListPopup is completely dismissed (after exit animation).
The maximum height of the OverlayListPopup. If null, the height will be calculated automatically.
The minimum width of the OverlayListPopup.
Whether to render the popup in the root (outermost) Scaffold. When true (default), the popup covers the full screen. When false, it renders within the current Scaffold's bounds with position compensation.
The Composable content of the OverlayListPopup. You should use the ListPopupColumn in general.