PresentationConfig

class PresentationConfig(val presentation: PresentationContent, val backgroundColor: Color, val defaultSpecs: SlideSpecs, val plugins: List<CupPlugin>)

Constructors

Link copied to clipboard
constructor(presentation: PresentationContent, backgroundColor: Color, defaultSpecs: SlideSpecs, plugins: List<CupPlugin>)

Properties

Link copied to clipboard
val backgroundColor: Color
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
@Composable
fun slideSpecs(slide: Slide, indexInGroup: Int, lastGroupIndex: Int): SlideSpecs