Package-level declarations

Types

Link copied to clipboard

The state object for a Popup used by the Popup composable. This class is responsible for managing the state of the Popup and its elements. Hoist this state out of the composition to ensure that the state is not lost during configuration changes.

Functions

Link copied to clipboard
fun Popup(popup: Popup, modifier: Modifier = Modifier)
fun Popup(popupState: PopupState, modifier: Modifier = Modifier, onDismiss: () -> Unit = {}, showCloseIcon: Boolean = true)

A composable Popup toolkit component that enables users to see Popup content in a layer that have been configured externally.