HighchartsSeriesLabelStyleOptions constructor

HighchartsSeriesLabelStyleOptions({
  1. dynamic fontSize,
  2. String? fontWeight,
})

Styles for the series label. The color defaults to the series color, or a contrast color if onArea.

API Docs: https://api.highcharts.com/highcharts/series.zigzag.label.style

Implementation

HighchartsSeriesLabelStyleOptions({this.fontSize, this.fontWeight});