PagerScaffold
fun PagerScaffold(modifier: Modifier = Modifier, timeText: @Composable () -> Unit? = null, pagerState: PagerState? = null, content: @Composable BoxScope.() -> Unit)
Pager Scaffold to place above a HorizontalPager. The TimeText if set will override the AppScaffold timeText.
Parameters
modifier
the Scaffold modifier.
timeText
specific time text for the pages on this pager screen.
pagerState
state for a HorizontalPager.
content
the content block.