SummarySheetContent

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).

Parameters

lines

Narrative lines to display.

modifier

Modifier for layout/styling.