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