WorkflowAction constructor

WorkflowAction({
  1. required String label,
  2. required VoidCallback onTap,
})

Implementation

WorkflowAction({required this.label, required this.onTap});