getBarShadowColor method

  1. @override
Color getBarShadowColor()
override

Returns the color used for drawing the bar-shadows. The bar shadows is a surface behind the bar that indicates the maximum value.

@return

Implementation

@override
Color getBarShadowColor() {
  return _barShadowColor;
}