CarouselIndicatorDots

@Composable
fun CarouselIndicatorDots(carouselState: CarouselState, modifier: Modifier = Modifier)

Creates a org.gnome.adw.CarouselIndicatorDots, a dots indicator for Carousel.

Parameters

carouselState

The CarouselState used by the carousel.

modifier

Compose Modifier for layout and styling.