HighchartsStochasticSeriesSmoothedLineStylesOptions constructor

HighchartsStochasticSeriesSmoothedLineStylesOptions({
  1. String? lineColor,
  2. double? lineWidth,
})

Implementation

HighchartsStochasticSeriesSmoothedLineStylesOptions(
    {this.lineColor, this.lineWidth});