PreviewStep

private fun PreviewStep(label: String, active: Boolean, icon: @Composable () -> Unit, modifier: Modifier = Modifier)(source)

Renders the PreviewStep UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

label

label value consumed by the API.

active

active value consumed by the API.

icon

icon value consumed by the API.

modifier

Compose modifier applied to the rendered UI.