HighchartsBBSeriesBottomLineStylesOptions constructor

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

Implementation

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