getHighLightColor method

  1. @override
Color getHighLightColor()
override

Returns the color that is used for drawing the highlight indicators.

@return

Implementation

@override
Color getHighLightColor() {
  return _highLightColor;
}