HighchartsXRangeSeriesStatesOptions constructor
      
      HighchartsXRangeSeriesStatesOptions({ 
    
- HighchartsXRangeSeriesStatesHoverOptions? hover,
 - HighchartsSeriesStatesInactiveOptions? inactive,
 - HighchartsSeriesStatesNormalOptions? normal,
 - HighchartsXRangeSeriesStatesSelectOptions? select,
 
Highcharts Options Widget.
Implementation
HighchartsXRangeSeriesStatesOptions(
    {this.hover, this.inactive, this.normal, this.select});