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