type property

  1. @Deprecated('To disable a step, set its disabled prop to true. To complete a step, set the activeStep prop on the stepper greater than the step index. ' 'Deprecated as of 0.16.1')
ZetaStepType type
final

The type of the step which determines the styling of its components and whether steps are interactive.

Implementation

@Deprecated(
    'To disable a step, set its disabled prop to true. To complete a step, set the activeStep prop on the stepper greater than the step index. '
    'Deprecated as of 0.16.1')
final ZetaStepType type;