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,
})

A background item or an array of such for the pane. When used in Highcharts.setOptions for theming, the background must be a single item.

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});