NiceDocumentApprovalFlow constructor
- Key? key,
- required List<
NiceApprovalStep> steps, - String title = 'Approval Flow',
- void onStepTap(
- int index
Implementation
const NiceDocumentApprovalFlow({
super.key,
required this.steps,
this.title = 'Approval Flow',
this.onStepTap,
});