BodySlide

fun SlideScope.BodySlide(header: @Composable () -> Unit, body: @Composable () -> Unit, footer: @Composable () -> Unit = { SlideNumberFooter() })

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.

See SlideDivider and SlideNumberFooter.