Step constructor
Creates a step for a Stepper.
Implementation
const Step({
required this.title,
this.subtitle,
required this.content,
this.state = StepState.indexed,
this.isActive = false,
this.label,
this.stepStyle,
});
Creates a step for a Stepper.
const Step({
required this.title,
this.subtitle,
required this.content,
this.state = StepState.indexed,
this.isActive = false,
this.label,
this.stepStyle,
});