Package-level declarations
Types
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.