withPresentationState

@Composable
fun withPresentationState(initial: (List<Slide>) -> Pair<Int, Int> = { 0 to 0 }, content: @Composable () -> Unit)