getBarBorderColor method

  1. @override
Color getBarBorderColor()
override

Returns the color drawing borders around the bars.

@return

Implementation

@override
Color getBarBorderColor() {
  return _barBorderColor;
}