WorkflowStep constructor
WorkflowStep({
- required List<
WorkflowPage> pages, - String? label,
- WorkflowStepStyle? style,
Implementation
WorkflowStep({required this.pages, this.label, this.style});