HighchartsCreditsStyleOptions constructor

HighchartsCreditsStyleOptions({
  1. String? color,
  2. String? cursor,
  3. dynamic fontSize,
})

CSS styles for the credits label.

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

Implementation

HighchartsCreditsStyleOptions({this.color, this.cursor, this.fontSize});