StepComposable

constructor(content: @Composable () -> Unit, supportingContent: @Composable () -> Unit? = null)

Parameters

content

The main content of the step

supportingContent

The supporting content of the step