scroll property

ScrollSetting scroll

Implementation

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

Implementation

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