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. Defaults to false: COUIPopupListWindow calls setBackgroundDrawable(null) and never dims, so a COUI dropdown leaves the content behind it untouched.
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.
Opens the popup at the last point recorded by io.github.suqi8.coui.kmp.basic.preciseClickAnchor on the anchor instead of centring it on the anchor, matching COUI PreciseClickHelper. Null (default) keeps anchor-centred placement.
The Composable content of the WindowListPopup. You should use the ListPopupColumn in general.