axis property

Axis axis
final

The main axis the children will lay out on.

If Axis.horizontal, the children will be placed in a Row and they will be horizontally resizable.

If Axis.vertical, the children will be placed in a Column and they will be vertically resizable.

Cannot be null.

Implementation

final Axis axis;