customizeSegment method
Changes the series color, border color and border width.
Implementation
@override
void customizeSegment(ChartSegment segment) {
  updateSegmentColor(segment, borderColor, borderWidth);
}Changes the series color, border color and border width.
@override
void customizeSegment(ChartSegment segment) {
  updateSegmentColor(segment, borderColor, borderWidth);
}