Package-level declarations
Types
Receiver type for NavigableContentContainer children.
Receiver for slide composables passed to Slideshow that provides some context about the current slide, as well as functions for controlling navigation.
Defines the visual styling for a Slideshow.
Functions
A composable to define a Slideshow slide which displays a large header at the top of the slide, an optional footer at the bottom, and some content in the middle. All children are start-aligned.
Wrapper for Slideshow slides that want to initially display a subset of their content, and eventually reveal more content as the slideshow is advanced. The children of this content receive a NavigableContentScope, which can be used to define pieces of content which should be gradually revealed. Every occurrence of NavigableContentScope.NavigableContent will be initially invoked with visible=false
, and then gradually invoked with visible=true
as the slideshow is advanced.
A simple horizontal divider line which uses the SlideshowTheme content color.
A text composable which displays the current slide number from the SlideScope, right-aligned in its parent.
A slideshow consisting of a sequence of slides which can be navigated through by tapping on them.
A composable to define a Slideshow slide that shows a large, bold title in the center of the slide with an optional subtitle below it.