PopoverBox
Popover - No tip
Composable wrapping a content (generally a ui trigger) to display a Popover without a tip when isVisible is true.
Popovers without a tip can be used for a wide variety of different use cases. No tip popovers are typically used when the trigger button has a visually defined down state.
⚠️ Placement limitations
Due to limitations from Compose, the Popover may be misplaced or misaligned if the current UI window is not big enough to fit it. This is especially the case for hand-held devices. Please keep this in mind when using this component.
Parameters
Whether the popover is visible or not.
The modifier to be applied to the whole component.
The alignment of the popover relative to the UI trigger.
The placement of the popover relative to the UI trigger.
Minimum width of the displayed popover.
Maximum width of the displayed popover.
PopupProperties for further customization of the underlying popup's behavior.
Executes when the user clicks outside of the popup.
The content to be displayed inside the popup.
The composable that the popover will anchor to.