dotsIndicator

val dotsIndicator: @Composable BoxScope.(pagerState: PagerState, pageCount: Int) -> Unit(source)

A minimal dots page indicator, positioned at Alignment.BottomCenter.

Announced as e.g. "Page 2 of 5" by TalkBack, using the same localized Airship string as the Scene/Story pager indicator, and merges the individual dots into a single accessibility node so they aren't traversed one by one.

Replace with your own composable for custom styling.