HighchartsSubtitleStyleOptions constructor

HighchartsSubtitleStyleOptions({
  1. String? color,
  2. dynamic fontSize,
})

CSS styles for the title.

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

Implementation

HighchartsSubtitleStyleOptions({this.color, this.fontSize});