HighchartsArcDiagramSeriesStatesSelectOptions constructor
      
      HighchartsArcDiagramSeriesStatesSelectOptions({ 
    
- HighchartsSeriesStatesSelectAnimationOptions? animation,
 - String? borderColor,
 - String? color,
 - bool? enabled,
 
Options for the selected point. These settings override the normal state options when a point is selected.
API Docs: https://api.highcharts.com/highcharts/series.arcdiagram.states.select
Implementation
HighchartsArcDiagramSeriesStatesSelectOptions(
    {this.animation, this.borderColor, this.color, this.enabled});