SkdConfig constructor

SkdConfig({
  1. bool isSignature = true,
  2. bool isHistoy = true,
  3. bool isShowInfo = true,
  4. bool readOnlyInfo = false,
  5. bool readOnlyId = true,
  6. bool isSaveCapture = true,
  7. bool isAutoMatching = false,
  8. bool autoORC = false,
  9. int doingStep = 5,
  10. required Color bg,
  11. required Color color,
  12. required FaceConfig faceConfig,
})

Implementation

SkdConfig({
  this.isSignature = true,
  this.isHistoy = true,
  this.isShowInfo = true,
  this.readOnlyInfo = false,
  this.readOnlyId = true,
  this.isSaveCapture = true,
  this.isAutoMatching = false,
  this.autoORC = false,
  this.doingStep = 5,
  required this.bg,
  required this.color,
  required this.faceConfig,
});