Slideshow
fun Slideshow(vararg slides: @Composable SlideScope.() -> Unit, controller: SlideshowController = rememberSlideshowController(), theme: SlideshowTheme = SlideshowTheme())
A slideshow consisting of a sequence of slides which can be navigated through by tapping on them.
Each slide is defined as a composable function with a SlideScope receiver. The SlideScope can be used to get information about the current slide and control navigation.
A number of scaffold slide composables are provided to create common slide layouts, which can be customized through the SlideshowTheme. These include:
There are other helpers as well: