scrollDelay property

int scrollDelay

Implementation

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

Implementation

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