StrokeOptions constructor
StrokeOptions({})
Implementation
StrokeOptions({
this.size = 10,
this.thinning = 0.8,
this.smoothing = 0.4,
this.streamline = 0.4,
this.taperStart = 0.2,
this.capStart = true,
this.taperEnd = 0.8,
this.capEnd = true,
this.simulatePressure = true,
this.isComplete = false,
});