rememberCarouselState

@Composable
fun rememberCarouselState(pageCount: Int, orientation: Orientation = Orientation.HORIZONTAL): CarouselState

Creates and remembers a CarouselState for controlling a Carousel composable.

Parameters

pageCount

Total number of pages in the carousel.

orientation

The scrolling direction.