axis property

void axis=(Axis value)

Implementation

set axis(Axis value) {
  if (_axis != value) {
    _axis = value;
    markNeedsLayout();
  }
}