scrollThreshold property

set scrollThreshold (double value)

Implementation

set scrollThreshold(double value) {
  assert(value > 0);
  _scrollThreshold = value;
  _updateAlpha();
}