StepAction

private fun StepAction(    shape: Shape,     errorColor: Color,     confirmColor: Color,     stepBackgroundColor: Color,     expandsStepIcon: ImageVector,     step: Step,     bottomDivider: Boolean = true)

Section dedicated to a single Step

Parameters

shape

The shape for the container

errorColor

The color used to indicate an error

confirmColor

The color used to confirm an action

stepBackgroundColor

The color to use as background of the Step container

expandsStepIcon

The icon used to expand each step

step

The step to display

bottomDivider

Whether create the bottom divider