CheckInScreen constructor

const CheckInScreen({
  1. Key? key,
  2. bool? registerFace,
  3. Function? startCheckIn,
  4. Function? registerFaceId,
  5. String? strCompany,
  6. Widget? widgetHistory,
})

Implementation

const CheckInScreen({
  super.key,
  this.registerFace,
  this.startCheckIn,
  this.registerFaceId,
  this.strCompany,
  this.widgetHistory
});