HighchartsCaptionStyleOptions constructor

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

CSS styles for the caption.

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

Implementation

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