Package-level declarations

Functions

Link copied to clipboard
fun PassphrasePromptBottomSheet(sheetState: SheetState, title: String, subtitle: String, passphraseConstraints: PassphraseConstraints, showKeyboard: StateFlow<Boolean>, onPassphraseEntered: suspend (passphrase: String) -> String?, onDismissed: () -> Unit)

A ModalBottomSheet used for obtaining a passphrase.