Carousel
@Composable
Creates a org.gnome.adw.Carousel, a paginated scrolling widget.
Parameters
state
The shared CarouselState instance.
modifier
Compose Modifier for layout and styling.
allow Long Swipes
Whether swipes can navigate across multiple pages at once.
allow Mouse Drag
Whether the carousel can be dragged with the mouse pointer.
allow Scroll Wheel
Enables scrolling between pages with the mouse wheel.
interactive
Whether the carousel can be navigated.
reveal Duration
Duration in milliseconds for page transition animations.
scroll Params
The parameters for animating the carousel's scroll.
spacing
The space between each page.
on Page Change
Callback triggered when the current page changes.
content
Composable widget that represents the pages.