StepData constructor

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

Creates a StepData.

Implementation

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