HighchartsPyramid3DSeriesStatesOptions constructor
HighchartsPyramid3DSeriesStatesOptions({
- HighchartsPyramid3DSeriesStatesHoverOptions? hover,
- HighchartsSeriesStatesInactiveOptions? inactive,
- HighchartsSeriesStatesNormalOptions? normal,
- HighchartsPyramid3DSeriesStatesSelectOptions? select,
Highcharts Options Widget.
Implementation
HighchartsPyramid3DSeriesStatesOptions(
{this.hover, this.inactive, this.normal, this.select});