StepperStatues constructor

StepperStatues(
  1. GSStepStatusEnum status,
  2. StepperStyle style,
  3. GSStepperData data, {
  4. Key? key,
})

Implementation

StepperStatues(
  this.status,
  this.style,
  this.data, {
  Key? key,
}) : super(key: key);