scrollAmount property
int
get
scrollAmount
Implementation
int get scrollAmount => js_util.getProperty(this, 'scrollAmount');
set
scrollAmount
(int newValue)
Implementation
set scrollAmount(int newValue) {
js_util.setProperty(this, 'scrollAmount', newValue);
}