RenderVerticalNumberWithComposableLabel

fun RenderVerticalNumberWithComposableLabel(totalSteps: Int, currentStep: Int, textStyle: TextStyle, labelContent: @Composable () -> Unit)

Render the vertical number with composable label

Parameters

totalSteps

The total number of steps

currentStep

The current step

textStyle

The text style for the number

labelContent

The composable content for the label