disallowIndicator method

void disallowIndicator()

Call this method if the overscroll indicator should be prevented.

Implementation

void disallowIndicator() {
  accepted = false;
}