defaultValues property

DrawConfig defaultValues
getter/setter pair

Implementation

static DrawConfig defaultValues = DrawConfig.build(
  maxRandomnessOffset: 2,
  roughness: 1,
  bowing: 1,
  curveFitting: 0.95,
  curveTightness: 0,
  curveStepCount: 9,
  seed: 1,
);