Window List Popup
A popup with a list of items, rendered at window level without Scaffold.
Use LocalDismissState inside content to request dismissal from inner composables.
Parameters
Whether the WindowListPopup is shown.
The modifier to be applied to the WindowListPopup.
The PopupPositionProvider of the WindowListPopup.
The alignment of the WindowListPopup.
Whether to enable window dimming when the WindowListPopup is shown.
The callback when the WindowListPopup is dismissed.
The callback when the WindowListPopup is completely dismissed (after exit animation).
The maximum height of the WindowListPopup. If null, the height will be calculated automatically.
The minimum width of the WindowListPopup.
The Composable content of the WindowListPopup. You should use the ListPopupColumn in general.