Axis direction

The direction to use as the main axis.

Source

Axis get direction => _direction;
void direction=(Axis value)

Source

set direction (Axis value) {
  if (_direction != value) {
    _direction = value;
    markNeedsLayout();
  }
}