Package-level declarations

Types

Link copied to clipboard

Represents the orientation of a page indicator. This enum is used to determine whether the indicator should be displayed horizontally or vertically.

Functions

Link copied to clipboard
fun PagerIndicator(modifier: Modifier = Modifier, pagerState: PagerState, color: Color, initialPage: Int = 0, indicatorCount: Int = 5, indicatorSmallSize: Dp = 4.dp, indicatorBigSize: Dp = 20.dp, space: Dp = 6.dp, inactiveColorAlpha: Float = 0.3f, orientation: IndicatorOrientation = IndicatorOrientation.HORIZONTAL)

A customizable page indicator that can be displayed in either horizontal or vertical orientation. The indicator shows the current page position and supports smooth transitions between pages.