The direction to use as the main axis.
@override Axis get direction => _direction;
@override set direction(Axis value) { assert(value != null); if (_direction != value) { _direction = value; markNeedsLayout(); } }