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