getBarBorderWidth method

  1. @override
double getBarBorderWidth()
override

Returns the width used for drawing borders around the bars. If borderWidth == 0, no border will be drawn.

@return

Implementation

@override
double getBarBorderWidth() {
  return _barBorderWidth;
}