getCircularSelectedItemBorder method
Gets the selected item border color of a circular series.
Implementation
@override
Color getCircularSelectedItemBorder(Color color, int seriesIndex,
int pointIndex, List<Region> selectedRegions) =>
color;