TitleSlide

fun SlideScope.TitleSlide(title: @Composable () -> Unit, subtitle: @Composable () -> Unit? = null)

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.