scroll property

ScrollSetting get scroll

Implementation

ScrollSetting get scroll =>
    ScrollSetting.fromValue(js_util.getProperty(this, 'scroll'));
set scroll (ScrollSetting newValue)

Implementation

set scroll(ScrollSetting newValue) {
  js_util.setProperty(this, 'scroll', newValue.value);
}