StepperData constructor
StepperData({
- String id = "",
- required String label,
- String? description,
- Widget? child,
- StepperState state = StepperState.normal,
Implementation
StepperData({
this.id = "",
required this.label,
this.description,
this.child,
this.state = StepperState.normal,
});