EnterStepEffect constructor

const EnterStepEffect({
  1. required int stepIndex,
})

Implementation

const EnterStepEffect({required this.stepIndex});