HighchartsTooltipStyleOptions constructor

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

CSS styles for the tooltip. The tooltip can also be styled through the CSS class .highcharts-tooltip.

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

Implementation

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