StepStyle

constructor(colors: StepDefaults = StepDefaults.defaultColors(), stepSize: Dp = 36.dp, stepShape: Shape = CircleShape, textSize: TextUnit = 16.sp, iconSize: Dp = 24.dp, lineThickness: Dp = 6.dp, lineSize: Dp = 20.dp, stepPadding: Dp = 0.dp, lineStyle: LineStyle = LineStyle.SOLID, showCheckMarkOnDone: Boolean = true, showStrokeOnCurrent: Boolean = true, strokeCap: StrokeCap = StrokeCap.Square)

Parameters

colors

The colors of the steps

stepSize

The size of the step

stepShape

The shape of the step

textSize

The size of the text

iconSize

The size of the icon

lineThickness

The thickness of the line

lineSize

The size of the line

stepPadding

The padding of the step

lineStyle

The style of the line

showCheckMarkOnDone

Whether to show the check mark on done

showStrokeOnCurrent

Whether to show the stroke on current

strokeCap

The cap of the stroke