PagerScreen

fun PagerScreen(state: PagerState, modifier: Modifier = Modifier, beyondViewportPageCount: Int = 0, userScrollEnabled: Boolean = true, reverseLayout: Boolean = false, key: (index: Int) -> Any? = null, content: @Composable (Int) -> Unit)

A Wear Material Compliant Pager screen.

Combines the Compose Foundation Pager, with the Wear Compose HorizontalPageIndicator.

The current page gets the Hierarchical Focus.