WorkflowPageStatus constructor

WorkflowPageStatus({
  1. required int currentStep,
  2. required int currentPage,
})

Implementation

WorkflowPageStatus({required this.currentStep, required this.currentPage});