HighchartsBulletSeriesStatesOptions constructor
HighchartsBulletSeriesStatesOptions({
- HighchartsBulletSeriesStatesHoverOptions? hover,
- HighchartsSeriesStatesInactiveOptions? inactive,
- HighchartsSeriesStatesNormalOptions? normal,
- HighchartsBulletSeriesStatesSelectOptions? select,
Highcharts Options Widget.
Implementation
HighchartsBulletSeriesStatesOptions(
{this.hover, this.inactive, this.normal, this.select});