axis property

ScrollAxis axis

Implementation

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

Implementation

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