HighchartsGaugeSeriesPivotOptions constructor

HighchartsGaugeSeriesPivotOptions({
  1. String? backgroundColor,
  2. String? borderColor,
  3. double? borderWidth,
  4. double? radius,
})

Options for the pivot or the center point of the gauge.

API Docs: https://api.highcharts.com/highcharts/series.gauge.pivot

Implementation

HighchartsGaugeSeriesPivotOptions(
    {this.backgroundColor, this.borderColor, this.borderWidth, this.radius});