Package-level declarations
Types
Functions
Link copied to clipboard
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.