HighchartsPyramidSeriesStatesSelectOptions constructor

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

Options for a selected funnel item.

API Docs: https://api.highcharts.com/highcharts/series.pyramid.states.select

Implementation

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