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