axis property

int axis

Implementation

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

Implementation

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