StepData constructor

StepData({
  1. IconData? icon,
  2. Color? iconColor,
  3. IconData? selectedIcon,
  4. Color? selectedIconColor,
})

Implementation

StepData({
  this.icon,
  this.iconColor,
  this.selectedIcon,
  this.selectedIconColor,
});