HighchartsTimelineSeriesDataLabelsStyleOptions constructor

HighchartsTimelineSeriesDataLabelsStyleOptions({
  1. dynamic fontSize,
  2. String? fontWeight,
  3. String? textAlign,
  4. String? textOutline,
})

Highcharts Options Widget.

Implementation

HighchartsTimelineSeriesDataLabelsStyleOptions(
    {this.fontSize, this.fontWeight, this.textAlign, this.textOutline});