HighchartsGlobalButtonThemeStyleOptions constructor

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

CSS styling for the buttons' text

API Docs: https://api.highcharts.com/highcharts/global.buttonTheme.style

Implementation

HighchartsGlobalButtonThemeStyleOptions(
    {this.color, this.cursor, this.fontSize, this.fontWeight});