scrolling property

String get scrolling

Implementation

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

Implementation

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