HighchartsColumnPyramidSeriesStatesSelectOptions constructor

HighchartsColumnPyramidSeriesStatesSelectOptions({
  1. HighchartsSeriesStatesSelectAnimationOptions? animation,
  2. String? borderColor,
  3. String? color,
  4. bool? enabled,
})

Highcharts Options Widget.

Implementation

HighchartsColumnPyramidSeriesStatesSelectOptions(
    {this.animation, this.borderColor, this.color, this.enabled});