StepComposable
data class StepComposable(val content: @Composable () -> Unit, val supportingContent: @Composable () -> Unit? = null)
A data class for Step
Parameters
content
The main content of the step
supportingContent
The supporting content of the step