scroll property
NavigationScrollBehavior
get
scroll
Implementation
NavigationScrollBehavior get scroll =>
NavigationScrollBehavior.fromValue(js_util.getProperty(this, 'scroll'));
set
scroll
(NavigationScrollBehavior newValue)
Implementation
set scroll(NavigationScrollBehavior newValue) {
js_util.setProperty(this, 'scroll', newValue.value);
}