-
public final class StepsKt
-
-
Method Summary
Modifier and Type Method Description final static UnitSteps(Modifier modifier, StepState state, List<StepModel> data, Direction direction, List<AnnotatedAction> annotatedAction, SpanStyle annotatedStyle)final static UnitStepsVertical(Modifier modifier, List<StepModel> data, StepState state, List<AnnotatedAction> annotatedAction, SpanStyle annotatedStyle)final static UnitStepsHorizontal(Modifier modifier, List<StepModel> data, StepState state, List<AnnotatedAction> annotatedAction, SpanStyle annotatedStyle)final static UnitVerticalStepItem(Modifier modifier, String text, Color textColor, TextStyle textTextStyle, String secondaryText, Color secondaryTextColor, TextStyle secondaryTextTextStyle, Function0<Unit> icon, StepStatus status, Boolean showDivider, List<AnnotatedAction> annotatedAction, SpanStyle annotatedStyle)final static UnitHorizontalStepItem(Modifier modifier, String text, Color textColor, TextStyle textTextStyle, String secondaryText, Color secondaryTextColor, TextStyle secondaryTextTextStyle, Function0<Unit> icon, StepStatus status, Boolean showDivider, List<AnnotatedAction> annotatedAction, SpanStyle annotatedStyle)final static UnitStepIcon(StepStatus status, Integer index, Dp iconBoxSize, Dp iconSize, Boolean showIndex)final static UnitStepIconCopy(StepStatus status)final static StepStaterememberStepState(Integer initialValue)-
-
Method Detail
-
Steps
@Composable() final static Unit Steps(Modifier modifier, StepState state, List<StepModel> data, Direction direction, List<AnnotatedAction> annotatedAction, SpanStyle annotatedStyle)
-
StepsVertical
@Composable() final static Unit StepsVertical(Modifier modifier, List<StepModel> data, StepState state, List<AnnotatedAction> annotatedAction, SpanStyle annotatedStyle)
-
StepsHorizontal
@Composable() final static Unit StepsHorizontal(Modifier modifier, List<StepModel> data, StepState state, List<AnnotatedAction> annotatedAction, SpanStyle annotatedStyle)
-
VerticalStepItem
@Composable() final static Unit VerticalStepItem(Modifier modifier, String text, Color textColor, TextStyle textTextStyle, String secondaryText, Color secondaryTextColor, TextStyle secondaryTextTextStyle, Function0<Unit> icon, StepStatus status, Boolean showDivider, List<AnnotatedAction> annotatedAction, SpanStyle annotatedStyle)
-
HorizontalStepItem
@Composable() final static Unit HorizontalStepItem(Modifier modifier, String text, Color textColor, TextStyle textTextStyle, String secondaryText, Color secondaryTextColor, TextStyle secondaryTextTextStyle, Function0<Unit> icon, StepStatus status, Boolean showDivider, List<AnnotatedAction> annotatedAction, SpanStyle annotatedStyle)
-
StepIcon
@Composable() final static Unit StepIcon(StepStatus status, Integer index, Dp iconBoxSize, Dp iconSize, Boolean showIndex)
-
StepIconCopy
@Composable() final static Unit StepIconCopy(StepStatus status)
-
rememberStepState
@Composable() final static StepState rememberStepState(Integer initialValue)
-
-
-
-