SwipeableGalleryImage

private fun SwipeableGalleryImage(modifier: Modifier = Modifier, selectedTab: GalleryDetailTab, content: GalleryDetailContent, pagerContents: List<GalleryDetailContent>, pagerContentStartIndex: Int, pagerCurrentIndex: Int, pagerPageCount: Int, onPageSelected: (Int) -> Unit = {})(source)

Renders swipe navigation over a zoomable gallery image.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

selectedTab

selected tab value consumed by the API.

content

content value consumed by the API.

pagerContents

pager contents value consumed by the API.

pagerContentStartIndex

pager content start index value consumed by the API.

pagerCurrentIndex

pager current index value consumed by the API.

pagerPageCount

pager page count value consumed by the API.

onPageSelected

callback invoked by the component.