HighchartsPaneOptions constructor

HighchartsPaneOptions({
  1. List<HighchartsPaneBackgroundOptions>? background,
  2. List? center,
  3. double? endAngle,
  4. dynamic innerSize,
  5. dynamic size,
  6. double? startAngle,
})

The pane serves as a container for axes and backgrounds for circular gauges and polar charts.

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

Implementation

HighchartsPaneOptions(
    {this.background,
    this.center,
    this.endAngle,
    this.innerSize,
    this.size,
    this.startAngle});