RenditionPager

fun RenditionPager(modifier: Modifier = Modifier, state: PagerState, scrollState: Scrollable2DState, flingBehavior: Fling2DBehavior, orientation: Orientation, enableScroll: Boolean = true, beyondViewportPageCount: Int, key: (index: Int) -> Any? = null, pageContent: @Composable PagerScope.(Int) -> Unit)