SignaturePathSetup constructor
const
SignaturePathSetup({})
Implementation
const SignaturePathSetup({
this.threshold = 3.0,
this.smoothRatio = 0.65,
this.velocityRange = 2.0,
this.pressureRatio = 0.0,
this.args,
}) : assert(threshold > 0.0),
assert(smoothRatio > 0.0 && smoothRatio <= 1.0),
assert(velocityRange > 0.0),
assert(pressureRatio >= 0.0 && pressureRatio <= 1.0);