HighchartsWindbarbSeriesStatesOptions constructor
HighchartsWindbarbSeriesStatesOptions({
- HighchartsWindbarbSeriesStatesHoverOptions? hover,
- HighchartsSeriesStatesInactiveOptions? inactive,
- HighchartsSeriesStatesNormalOptions? normal,
- HighchartsWindbarbSeriesStatesSelectOptions? select,
Highcharts Options Widget.
Implementation
HighchartsWindbarbSeriesStatesOptions(
{this.hover, this.inactive, this.normal, this.select});