HighchartsHistogramSeriesStatesOptions constructor
HighchartsHistogramSeriesStatesOptions({
- HighchartsHistogramSeriesStatesHoverOptions? hover,
- HighchartsSeriesStatesInactiveOptions? inactive,
- HighchartsSeriesStatesNormalOptions? normal,
- HighchartsHistogramSeriesStatesSelectOptions? select,
Highcharts Options Widget.
Implementation
HighchartsHistogramSeriesStatesOptions(
{this.hover, this.inactive, this.normal, this.select});