Workflow constructor
Workflow({
- required List<
WorkflowStep> steps, - VoidCallback? onCancelled,
Implementation
Workflow({required this.steps, this.onCancelled});