HighchartsPaneBackgroundOptions constructor

HighchartsPaneBackgroundOptions({
  1. String? backgroundColor,
  2. String? borderColor,
  3. dynamic borderRadius,
  4. double? borderWidth,
  5. String? className,
  6. dynamic innerRadius,
  7. dynamic outerRadius,
  8. String? shape,
})

An array of background items for the pane.

API Docs: https://api.highcharts.com/highcharts/pane.background

Implementation

HighchartsPaneBackgroundOptions(
    {this.backgroundColor,
    this.borderColor,
    this.borderRadius,
    this.borderWidth,
    this.className,
    this.innerRadius,
    this.outerRadius,
    this.shape});