StepperStep constructor
StepperStep({})
Implementation
StepperStep({
required this.title,
required this.view,
this.status = StepStatus.none,
this.failedView,
this.leading,
this.trailing,
this.visible = true,
this.isExpanded = true,
});