HighchartsPieSeriesStatesOptions constructor
HighchartsPieSeriesStatesOptions({
- HighchartsPieSeriesStatesHoverOptions? hover,
- HighchartsSeriesStatesInactiveOptions? inactive,
- HighchartsSeriesStatesNormalOptions? normal,
- HighchartsSeriesStatesSelectOptions? select,
Highcharts Options Widget.
Implementation
HighchartsPieSeriesStatesOptions(
{this.hover, this.inactive, this.normal, this.select});