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