LifecycleWidget constructor
const
LifecycleWidget(
- List<
GrievanceModel> grievances, - ERPNextAPI erpNextAPI,
- String employeeId, {
- Key? key,
Implementation
const LifecycleWidget(
this.grievances,
this.navigateTo,
this.erpNextAPI,
this.employeeId, {
super.key,
});