WorkflowStep constructor

WorkflowStep({
  1. required List<WorkflowPage> pages,
  2. String? label,
  3. WorkflowStepStyle? style,
})

Implementation

WorkflowStep({required this.pages, this.label, this.style});