PerformanceWidget constructor

const PerformanceWidget(
  1. List<AppraisalModel> appraisals,
  2. Function navigateTo,
  3. ERPNextAPI erpNextAPI,
  4. String employeeId, {
  5. Key? key,
})

Implementation

const PerformanceWidget(
  this.appraisals,
  this.navigateTo,
  this.erpNextAPI,
  this.employeeId, {
  super.key,
});