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