SkdConfig constructor
SkdConfig({})
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,
});