HighchartsTitleStyleOptions constructor

HighchartsTitleStyleOptions({
  1. String? color,
  2. String? fontWeight,
})

CSS styles for the title. Use this for font styling, but use align, x and y for text alignment.

API Docs: https://api.highcharts.com/highcharts/title.style

Implementation

HighchartsTitleStyleOptions({this.color, this.fontWeight});