scrolling property

String scrolling

Implementation

String get scrolling => js_util.getProperty(this, 'scrolling');
void scrolling=(String newValue)

Implementation

set scrolling(String newValue) {
  js_util.setProperty(this, 'scrolling', newValue);
}