StepData constructor

const StepData({
  1. required String label,
  2. IconData? icon,
})

Implementation

const StepData({
  required this.label,
  this.icon,
});