setDrawVerticalHighlightIndicator method

void setDrawVerticalHighlightIndicator(
  1. bool enabled
)

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

Implementation

void setDrawVerticalHighlightIndicator(bool enabled) {
  this._drawVerticalHighlightIndicator = enabled;
}