StepItem constructor
const
StepItem({
- required String label,
- StepStatus status = StepStatus.pending,
- String? description,
Implementation
const StepItem({
required this.label,
this.status = StepStatus.pending,
this.description,
});