StatusItem

fun StatusItem(modifier: Modifier = Modifier, content: @Composable ColumnScope.() -> Unit)

A component that displays list of items grouped by a vertical line on the left.

This is to be used in a WizardStepComponent to display a list of operations of a Wizard step.

Parameters

modifier

The modifier to be applied to the layout.

content

The content to be displayed.