SkdConfig class

Constructors

SkdConfig({bool isSignature = true, bool isHistoy = true, bool isShowInfo = true, bool readOnlyInfo = false, bool readOnlyId = true, bool isSaveCapture = true, bool isAutoMatching = false, bool autoORC = false, int doingStep = 5, required Color bg, required Color color, required FaceConfig faceConfig})

Properties

autoORC bool
getter/setter pair
bg Color
getter/setter pair
color Color
getter/setter pair
doingStep int
getter/setter pair
faceConfig FaceConfig
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAutoMatching bool
getter/setter pair
isHistoy bool
getter/setter pair
isSaveCapture bool
getter/setter pair
isShowInfo bool
getter/setter pair
isSignature bool
getter/setter pair
readOnlyId bool
getter/setter pair
readOnlyInfo bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited