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