Package-level declarations

Functions

Link copied to clipboard
fun SummaryBottomSheet(lines: List<String>, onDismiss: () -> Unit)

Modal bottom sheet presenting the plain-language fingerprint summary lines.

Link copied to clipboard
fun SummarySheetContent(lines: List<String>, modifier: Modifier = Modifier)

Scrollable content of the summary sheet: a title plus one card per narrative line (or an empty-state message).