TimeCapsuleScreen

fun TimeCapsuleScreen(modifier: Modifier = Modifier, bottomPadding: Dp = 0.dp)

Screen showing the state history of whichever screen is currently recording via TimeCapsuleEffect, newest entry first, with a restore action on each row.

Parameters

modifier

Modifier to be applied to the root container.

bottomPadding

Additional bottom padding applied to the list, used to avoid overlap with system UI when this screen is nested inside another Scaffold.

See also