axis property

ScrollAxis get axis

Implementation

ScrollAxis get axis =>
    ScrollAxis.fromValue(js_util.getProperty(this, 'axis'));
set axis (ScrollAxis newValue)

Implementation

set axis(ScrollAxis newValue) {
  js_util.setProperty(this, 'axis', newValue.value);
}