WizardScope¶
class WizardScope
Receiver scope for the Wizard DSL builder lambda.
Functions¶
page¶
fun page(
id: String,
title: Component,
forwardText: Component? = null,
validate: () -> WizardValidation = { WizardValidation.Valid },
content: @Composable
() -> Unit
)
fun page(page: WizardPage)
Declares a page from a pre-built WizardPage.