Slide

fun Slide(stepCount: Int = 1, specs: SlideSpecs? = null, user: DataMap = emptyDataMap(), content: SlideContent): EagerProperty<Slide>
fun Slide(name: String, stepCount: Int = 1, specs: SlideSpecs? = null, user: DataMap = emptyDataMap(), content: SlideContent): Slide


fun Slide(stepCount: Int = 1, specs: @Composable SlideSpecs.(Slide.Configuration) -> SlideSpecs, user: DataMap = emptyDataMap(), content: SlideContent): EagerProperty<Slide>

Deprecated (with error)

SlideSpecs are no longer built by copy. Please use the new Slide constructor (see https://github.com/KodeinKoders/CuP/releases/tag/v1.0.0-Beta-05 ).