HighchartsLegendTitleOptions constructor

HighchartsLegendTitleOptions({
  1. Map<String, String>? style,
  2. String? text,
})

A title to be added on top of the legend.

API Docs: https://api.highcharts.com/highcharts/legend.title

Implementation

HighchartsLegendTitleOptions({this.style, this.text});