preventScroll property

bool preventScroll

Implementation

bool get preventScroll => js_util.getProperty(this, 'preventScroll');
void preventScroll=(bool newValue)

Implementation

set preventScroll(bool newValue) {
  js_util.setProperty(this, 'preventScroll', newValue);
}