PagerScreen
fun PagerScreen(modifier: Modifier = Modifier, state: PagerState, 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.