Step

data class Step(val text: String, val supportingContent: @Composable () -> Unit? = null)

A data class for Step

Parameters

text

The main text of the step

supportingContent

The supporting content of the step

Constructors

Link copied to clipboard
constructor(text: String, supportingContent: @Composable () -> Unit? = null)

Properties

Link copied to clipboard
val supportingContent: @Composable () -> Unit? = null
Link copied to clipboard