SmoothLine constructor

SmoothLine({
  1. double brushPrecision = 0.4,
})

Implementation

SmoothLine({
  /// 绘制影响因子,值越小线条越平滑,粗细变化越慢
  this.brushPrecision = 0.4,
});