HighchartsGaugeSeriesDialOptions constructor

HighchartsGaugeSeriesDialOptions({
  1. String? backgroundColor,
  2. String? baseLength,
  3. double? baseWidth,
  4. String? borderColor,
  5. double? borderWidth,
  6. dynamic path,
  7. String? radius,
  8. String? rearLength,
  9. double? topWidth,
})

Options for the dial or arrow pointer of the gauge.

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

Implementation

HighchartsGaugeSeriesDialOptions(
    {this.backgroundColor,
    this.baseLength,
    this.baseWidth,
    this.borderColor,
    this.borderWidth,
    this.path,
    this.radius,
    this.rearLength,
    this.topWidth});