modifierScrollLock property

bool get modifierScrollLock

Implementation

bool get modifierScrollLock =>
    js_util.getProperty(this, 'modifierScrollLock');
set modifierScrollLock (bool newValue)

Implementation

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