HighchartsYAxisStackLabelsStyleOptions constructor

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

Implementation

HighchartsYAxisStackLabelsStyleOptions(
    {this.color, this.fontSize, this.fontWeight, this.textOutline});