Static

@Composable
fun <T> Static(items: SnapshotStateList<T>, content: @Composable (T) -> Unit)

Will render each value emitted by items as permanent output above the regular display.