HighchartsVariwideSeriesStatesOptions constructor
      
      HighchartsVariwideSeriesStatesOptions({ 
    
- HighchartsVariwideSeriesStatesHoverOptions? hover,
 - HighchartsSeriesStatesInactiveOptions? inactive,
 - HighchartsSeriesStatesNormalOptions? normal,
 - HighchartsVariwideSeriesStatesSelectOptions? select,
 
Highcharts Options Widget.
Implementation
HighchartsVariwideSeriesStatesOptions(
    {this.hover, this.inactive, this.normal, this.select});