HighchartsPyramidSeriesStatesSelectOptions constructor
HighchartsPyramidSeriesStatesSelectOptions({
- HighchartsSeriesStatesSelectAnimationOptions? animation,
- String? borderColor,
- String? color,
- 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});