setDrawHorizontalHighlightIndicator method

void setDrawHorizontalHighlightIndicator(
  1. bool enabled
)

Enables / disables the horizontal highlight-indicator. If disabled, the indicator is not drawn. @param enabled

Implementation

void setDrawHorizontalHighlightIndicator(bool enabled) {
  this._drawHorizontalHighlightIndicator = enabled;
}