isDashedHighlightLineEnabled method

bool isDashedHighlightLineEnabled()

Returns true if the dashed-line effect is enabled for highlight lines, false if not. Default: disabled

@return

Implementation

bool isDashedHighlightLineEnabled() {
  return _highlightDashPathEffect == null ? false : true;
}