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