Package-level declarations

Types

Link copied to clipboard
class PagerScope(state: PagerState, val page: Int)
Link copied to clipboard
class PagerState(currentPage: Int = 0, minPage: Int = 0, maxPage: Int = 0)

Functions

Link copied to clipboard
fun PageIndicator(pagesCount: Int, currentPageIndex: Int, color: Color, modifier: Modifier = Modifier)
Link copied to clipboard
fun Pager(state: PagerState, modifier: Modifier = Modifier, offscreenLimit: Int = 2, pageContent: @Composable PagerScope.() -> Unit)