scrollDelay property

int get scrollDelay

Implementation

int get scrollDelay => js_util.getProperty(this, 'scrollDelay');
set scrollDelay (int newValue)

Implementation

set scrollDelay(int newValue) {
  js_util.setProperty(this, 'scrollDelay', newValue);
}