HighchartsFunnel3DSeriesStatesOptions constructor
HighchartsFunnel3DSeriesStatesOptions({
- HighchartsFunnel3DSeriesStatesHoverOptions? hover,
- HighchartsSeriesStatesInactiveOptions? inactive,
- HighchartsSeriesStatesNormalOptions? normal,
- HighchartsFunnel3DSeriesStatesSelectOptions? select,
Highcharts Options Widget.
Implementation
HighchartsFunnel3DSeriesStatesOptions(
{this.hover, this.inactive, this.normal, this.select});