NiceApprovalWorkflow constructor
const
NiceApprovalWorkflow({
- Key? key,
- required List<
NiceApprovalStep> steps, - required int currentStep,
- NiceApprovalOrientation orientation = NiceApprovalOrientation.horizontal,
Implementation
const NiceApprovalWorkflow({
super.key,
required this.steps,
required this.currentStep,
this.orientation = NiceApprovalOrientation.horizontal,
});