WorkflowAction constructor
WorkflowAction({
- required String label,
- required VoidCallback onTap,
Implementation
WorkflowAction({required this.label, required this.onTap});